Skip to content

Commit

Permalink
Re-enable skipped debugger test (#1207)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Feb 7, 2024
1 parent edbbd63 commit d45fe71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d45fe71

Please sign in to comment.