We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b0519 commit b3577b2Copy full SHA for b3577b2
tests/test_integration_tox3.py
@@ -518,7 +518,7 @@ def test_noquiet_installed_packages(flag):
518
519
# default tox produces output sorted by package names
520
assert packages == sorted(
521
- packages, key=lambda p: p.partition("==")[0].partition(" @ ")[0].lower()
+ packages, key=lambda p: p.partition("==")[0].partition(" @ ")[0]
522
)
523
524
# without a flag, the output must match tox defaults
0 commit comments