We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e1a955 commit bbef8eaCopy full SHA for bbef8ea
tests/test_debugging.py
@@ -173,6 +173,7 @@ def task_example():
173
174
175
@pytest.mark.end_to_end
176
+@pytest.mark.xfail(reason="#312")
177
@pytest.mark.skipif(not IS_PEXPECT_INSTALLED, reason="pexpect is not installed.")
178
@pytest.mark.skipif(sys.platform == "win32", reason="pexpect cannot spawn on Windows.")
179
def test_pdb_interaction_capturing_simple(tmp_path): # pragma: no cover
@@ -284,6 +285,7 @@ def task_2():
284
285
286
287
288
289
290
291
def test_pdb_interaction_capturing_twice(tmp_path): # pragma: no cover
0 commit comments