Skip to content

Commit d45fe71

Browse files
authored
Re-enable skipped debugger test (#1207)
1 parent edbbd63 commit d45fe71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_debugger.py

-1
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def test_stop_on_breakpoint(kernel_with_debug):
197197
assert msg["content"]["body"]["reason"] == "breakpoint"
198198

199199

200-
@pytest.mark.skipif(sys.version_info >= (3, 10), reason="TODO Does not work on Python 3.10")
201200
def test_breakpoint_in_cell_with_leading_empty_lines(kernel_with_debug):
202201
code = """
203202
def f(a, b):

0 commit comments

Comments
 (0)