File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -771,15 +771,18 @@ def test_multi_nested_subactors_error_through_nurseries(
771
771
772
772
773
773
@pytest .mark .timeout (15 )
774
+ @has_nested_actors
774
775
def test_root_nursery_cancels_before_child_releases_tty_lock (
775
776
spawn ,
776
777
start_method ,
777
778
ctlc : bool ,
778
779
):
779
- """Test that when the root sends a cancel message before a nested
780
- child has unblocked (which can happen when it has the tty lock and
781
- is engaged in pdb) it is indeed cancelled after exiting the debugger.
782
- """
780
+ '''
781
+ Test that when the root sends a cancel message before a nested child
782
+ has unblocked (which can happen when it has the tty lock and is
783
+ engaged in pdb) it is indeed cancelled after exiting the debugger.
784
+
785
+ '''
783
786
timed_out_early = False
784
787
785
788
child = spawn ('root_cancelled_but_child_is_in_tty_lock' )
You can’t perform that action at this time.
0 commit comments