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 2f10054 commit 096d986Copy full SHA for 096d986
tests/test_integration.py
@@ -617,7 +617,7 @@ def test_noquiet_installed_packages(flag):
617
618
# default tox produces output sorted by package names
619
assert packages == sorted(
620
- packages, key=lambda p: p.partition("==")[0].partition(" @ ")[0].lower()
+ packages, key=lambda p: p.partition("==")[0].partition(" @ ")[0]
621
)
622
623
# without a flag, the output must match tox defaults
0 commit comments