Use trip as default in all tests for now

try_trip^2
Tyler Goodlet 2020-01-24 00:54:19 -05:00
parent d9803ca906
commit bc259b7eab
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ def pytest_generate_tests(metafunc):
methods = get_all_start_methods()
if platform.system() != "Windows":
methods += ['trip']
methods += ['trio_run_in_process']
if 'fork' in methods: # fork not available on windows, so check before removing
# XXX: the fork method is in general incompatible with

View File

@ -28,7 +28,7 @@ def tractor_test(fn):
*args,
loglevel=None,
arb_addr=None,
start_method='forkserver',
start_method='trio_run_in_process',
**kwargs
):
# __tracebackhide__ = True