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 1efe930 commit bd6e5c8Copy full SHA for bd6e5c8
scripts/run_tests_in_container.py
@@ -11,4 +11,6 @@ def test_run():
11
print(host.check_output(f"{python} setup.py build"))
12
print(host.check_output(f"{python} setup.py install"))
13
print(host.check_output("./scripts/configure.sh"))
14
+ print(host.check_output(f"{python} -m pip uninstall --yes pytest"))
15
+ print(host.check_output(f"{python} -m pip install pytest"))
16
print(host.check_output("pytest -v"))
0 commit comments