Skip to content

Commit 0ef7841

Browse files
committed
Fix tests for Windows.
1 parent 4dac40b commit 0ef7841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def assert_version(
6363
expected_version, # type: str
6464
):
6565
# type: (...) -> None
66-
output = get_output(args=args + ["--version"])
66+
output = get_output(args=[sys.executable] + args + ["--version"])
6767
assert expected_version == output.strip()
6868

6969

0 commit comments

Comments
 (0)