Re-enable test_wait_on_exit on Python 2.7

This commit is contained in:
Pavel Minaev 2020-01-22 15:52:52 -08:00
parent 24718a479d
commit 1e3fe90339

View file

@ -113,8 +113,6 @@ def test_wait_on_exit(
expect_wait = (process_lifetime == "run_to_completion") and (
(wait_on_normal and exit_code == 0) or (wait_on_abnormal and exit_code != 0)
)
if expect_wait and sys.version_info < (3, 0):
pytest.skip("https://github.com/microsoft/ptvsd/issues/1819")
with debug.Session() as session:
session.expected_exit_code = (