diff --git a/tests/test_debugger.py b/tests/test_debugger.py index 28866c3b..fa64d2d0 100644 --- a/tests/test_debugger.py +++ b/tests/test_debugger.py @@ -197,7 +197,6 @@ def test_stop_on_breakpoint(kernel_with_debug): assert msg["content"]["body"]["reason"] == "breakpoint" -@pytest.mark.skipif(sys.version_info >= (3, 10), reason="TODO Does not work on Python 3.10") def test_breakpoint_in_cell_with_leading_empty_lines(kernel_with_debug): code = """ def f(a, b):