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 4dac40b commit 0ef7841Copy full SHA for 0ef7841
tests/test_main.py
@@ -63,7 +63,7 @@ def assert_version(
63
expected_version, # type: str
64
):
65
# type: (...) -> None
66
- output = get_output(args=args + ["--version"])
+ output = get_output(args=[sys.executable] + args + ["--version"])
67
assert expected_version == output.strip()
68
69
0 commit comments