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 a380656 commit 674cfb9Copy full SHA for 674cfb9
test_utils.py
@@ -43,7 +43,7 @@ def test_create_app_function():
43
_clean_paths()
44
output = subprocess.check_output(
45
[sys.executable, '-m', 'zipapps', '--freeze-reqs', '-', 'six==1.15.0'])
46
- assert output.strip() == b'six==1.15.0', output
+ assert b'six==1.15.0' in output.strip(), output
47
48
# test `--dump-config` and `--load-config`
49
0 commit comments