We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbbd63 commit d45fe71Copy full SHA for d45fe71
tests/test_debugger.py
@@ -197,7 +197,6 @@ def test_stop_on_breakpoint(kernel_with_debug):
197
assert msg["content"]["body"]["reason"] == "breakpoint"
198
199
200
-@pytest.mark.skipif(sys.version_info >= (3, 10), reason="TODO Does not work on Python 3.10")
201
def test_breakpoint_in_cell_with_leading_empty_lines(kernel_with_debug):
202
code = """
203
def f(a, b):
0 commit comments