We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf3da9a commit e9eb65dCopy full SHA for e9eb65d
1 file changed
tests/test_integration.py
@@ -769,6 +769,7 @@ def test_backlog_subprocess(LineMatcher):
769
])
770
771
772
+@pytest.mark.skipif(sys.platform == 'win32' and sys.version_info[0] == 2, reason='broken on windows 2.7')
773
@pytest.mark.parametrize('pdb', ['pdb', 'ipdb'])
774
@pytest.mark.parametrize('mode', ['postmortem', 'settrace', 'debugger'])
775
def test_pdb(LineMatcher, pdb, mode):
0 commit comments