Full error output during pytest fails

This commit is contained in:
Joe Rickerby
2019-04-23 22:17:25 +01:00
parent f29697d623
commit bab8b6668e
+1 -1
View File
@@ -17,7 +17,7 @@ def single_run(test_project):
# run the test
subprocess.check_call(
[sys.executable, '-m', 'pytest', '-v', os.path.join(test_project, 'cibuildwheel_test.py')],
[sys.executable, '-m', 'pytest', '-vv', os.path.join(test_project, 'cibuildwheel_test.py')],
env=env,
)