Skip to content

Commit bd6e5c8

Browse files
committed
debug
1 parent 1efe930 commit bd6e5c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/run_tests_in_container.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ def test_run():
1111
print(host.check_output(f"{python} setup.py build"))
1212
print(host.check_output(f"{python} setup.py install"))
1313
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"))
1416
print(host.check_output("pytest -v"))

0 commit comments

Comments
 (0)