Revert "See stdout during tests to debug circleCI"

This reverts commit dc5dbea4c9.
This commit is contained in:
Joe Rickerby
2020-03-14 18:09:16 +00:00
parent 98dbbaecf4
commit 36a2f00e68
+1 -1
View File
@@ -9,7 +9,7 @@ import sys
def single_run(test_project):
# run the test
subprocess.check_call(
[sys.executable, '-m', 'pytest', '-vvs', os.path.join(test_project, 'cibuildwheel_test.py')],
[sys.executable, '-m', 'pytest', '-vv', os.path.join(test_project, 'cibuildwheel_test.py')],
)