This commit is contained in:
Pavel Minaev 2020-01-21 21:43:19 -08:00
parent c530c29281
commit ddef96655f

View file

@ -206,6 +206,7 @@ def test_subprocess(pyfile, target, run):
assert child_argv == [child, "--arg1", "--arg2", "--arg3"]
@pytest.mark.skip("https://github.com/microsoft/debugpy/issues/3")
def test_autokill(pyfile, target):
@pyfile
def child():