Skip to content

Commit 43db759

Browse files
committed
Mark final nested-actor debugger test
1 parent 81805e8 commit 43db759

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

tests/test_debugger.py

+7-4
Original file line numberDiff line numberDiff line change
@@ -771,15 +771,18 @@ def test_multi_nested_subactors_error_through_nurseries(
771771

772772

773773
@pytest.mark.timeout(15)
774+
@has_nested_actors
774775
def test_root_nursery_cancels_before_child_releases_tty_lock(
775776
spawn,
776777
start_method,
777778
ctlc: bool,
778779
):
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+
'''
783786
timed_out_early = False
784787

785788
child = spawn('root_cancelled_but_child_is_in_tty_lock')

0 commit comments

Comments
 (0)