Skip to content

Commit

Permalink
Run the trio spawner in nested tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jul 25, 2020
1 parent dddbeb0 commit 891edba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cancellation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 891edba

Please sign in to comment.