diff --git a/tests/test_integration.py b/tests/test_integration.py index 09abd46..a6dd78b 100644 --- a/tests/test_integration.py +++ b/tests/test_integration.py @@ -617,7 +617,7 @@ def test_noquiet_installed_packages(flag): # default tox produces output sorted by package names assert packages == sorted( - packages, key=lambda p: p.partition("==")[0].partition(" @ ")[0].lower() + packages, key=lambda p: p.partition("==")[0].partition(" @ ")[0] ) # without a flag, the output must match tox defaults