mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Re-enable test_break_api[code] on Python 2.7.
This commit is contained in:
parent
03c75833d4
commit
66f37523ed
1 changed files with 0 additions and 2 deletions
|
|
@ -391,8 +391,6 @@ def test_deep_stacks(pyfile, target, run):
|
|||
@pytest.mark.parametrize("target", targets.all)
|
||||
@pytest.mark.parametrize("func", ["breakpoint", "ptvsd.break_into_debugger"])
|
||||
def test_break_api(pyfile, target, run, func):
|
||||
if type(run).__name__ == "code" and sys.version_info < (3,):
|
||||
pytest.skip("https://github.com/microsoft/ptvsd/issues/1808")
|
||||
if func == "breakpoint" and sys.version_info < (3, 7):
|
||||
pytest.skip("breakpoint() was introduced in Python 3.7")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue