Run the trio spawner in nested tests

flaky_tests
Tyler Goodlet 2020-07-25 18:18:34 -04:00
parent dddbeb0e71
commit 891edbab5f
1 changed files with 1 additions and 1 deletions

View File

@ -299,7 +299,7 @@ async def test_nested_multierrors(loglevel, start_method):
This test goes only 2 nurseries deep but we should eventually have tests
for arbitrary n-depth actor trees.
"""
if start_method == 'trio_run_in_process':
if start_method == 'trio':
depth = 3
subactor_breadth = 2
else: