Skip to content

Commit 45095e6

Browse files
committed
canonicalized package canonicalized-names
cf python-poetry/poetry-core#328
1 parent a5b7703 commit 45095e6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tests/console/commands/test_search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_search(tester: CommandTester, http: type[httpretty.httpretty]):
5252
sqlalchemy-audit (0.1.0)
5353
sqlalchemy-audit provides an easy way to set up revision tracking for your data.
5454
55-
transmogrify.sqlalchemy (1.0.2)
55+
transmogrify-sqlalchemy (1.0.2)
5656
Feed data from SQLAlchemy into a transmogrifier pipeline
5757
5858
sqlalchemy-schemadisplay (1.3)

tests/installation/fixtures/with-pypi-repository.test

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ optional = false
77
python-versions = "*"
88

99
[package.extras]
10-
dev = ["coverage", "hypothesis", "pympler", "pytest", "six", "zope.interface", "sphinx", "zope.interface"]
11-
docs = ["sphinx", "zope.interface"]
12-
tests = ["coverage", "hypothesis", "pympler", "pytest", "six", "zope.interface"]
10+
dev = ["coverage", "hypothesis", "pympler", "pytest", "six", "zope-interface", "sphinx", "zope-interface"]
11+
docs = ["sphinx", "zope-interface"]
12+
tests = ["coverage", "hypothesis", "pympler", "pytest", "six", "zope-interface"]
1313

1414
[[package]]
1515
name = "colorama"

0 commit comments

Comments
 (0)