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 109c332 commit dc5b8e5Copy full SHA for dc5b8e5
tests/functional/test_freeze.py
@@ -135,7 +135,7 @@ def fake_install(pkgname, dest):
135
# Check all valid names are in the output.
136
output_lines = {line.strip() for line in result.stdout.splitlines()}
137
for name in valid_pkgnames:
138
- f"{canonicalize_name(name)}==1.0" in output_lines
+ assert f"{canonicalize_name(name)}==1.0" in output_lines
139
140
# Check all invalid names are excluded from the output.
141
canonical_invalid_names = {canonicalize_name(n) for n in invalid_pkgnames}
0 commit comments