Revert "Add -bb for pytest python invocations"
This reverts commit 285cf105f0
.
This is currently blocked by
https://github.com/HypothesisWorks/hypothesis-python/pull/350
This commit is contained in:
parent
016c13a998
commit
243ba02f5f
@ -37,8 +37,7 @@ if __name__ == '__main__':
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
try:
|
try:
|
||||||
subprocess.check_call([sys.executable, '-bb', '-m', 'pytest'] +
|
subprocess.check_call([sys.executable, '-m', 'pytest'] + sys.argv[1:])
|
||||||
sys.argv[1:])
|
|
||||||
except subprocess.CalledProcessError as exc:
|
except subprocess.CalledProcessError as exc:
|
||||||
is_segfault = exc.returncode in [128 + signal.SIGSEGV, -signal.SIGSEGV]
|
is_segfault = exc.returncode in [128 + signal.SIGSEGV, -signal.SIGSEGV]
|
||||||
if is_segfault and os.path.exists(pytest_status_file):
|
if is_segfault and os.path.exists(pytest_status_file):
|
||||||
|
Loading…
Reference in New Issue
Block a user