Commit 92b1e61c by Sébastien Eustace

Fix tests

parent 85dc9a17
......@@ -11,6 +11,6 @@ def test_run_passes_all_args(app, mocker):
command = app.find("run")
tester = CommandTester(command)
tester.execute("python -- -V")
tester.execute("python -V")
assert [["python", "-V"]] == env.executed
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment