mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Re-enable test_wait_on_exit on Python 2.7
This commit is contained in:
parent
24718a479d
commit
1e3fe90339
1 changed files with 0 additions and 2 deletions
|
|
@ -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 = (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue