Skip to content

Commit

Permalink
Work around #1230
Browse files Browse the repository at this point in the history
Look for more specific text in the output to avoid false positives.
  • Loading branch information
int19h committed Mar 7, 2023
1 parent 34f7238 commit 35504f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/debugpy/test_run.py
Expand Up @@ -89,8 +89,7 @@ def code_to_debug():
with open(pydevd_debug_file, "r") as stream:
contents = stream.read()

assert "critical" not in contents
assert "Traceback" not in contents
assert "FileNotFound" not in contents


@pytest.mark.parametrize("run", runners.all_launch)
Expand Down

0 comments on commit 35504f8

Please sign in to comment.