Skip to content

Commit

Permalink
Remove exceptional handling of ResourceWarning now that ResourceWarni…
Browse files Browse the repository at this point in the history
…ngs are reported in all skeleton projects.
  • Loading branch information
jaraco committed Dec 30, 2022
1 parent 30c62a0 commit a030e0c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def test_build_env(clean_pythonpath):
assert env['PYTHONPATH'] == expected


# protect against ResourceWarning (#56)
@pytest.mark.filterwarnings("error")
def test_build_env_includes_pth_files(tmp_path, clean_pythonpath):
"""
If during _build_env, there are .pth files in the target directory,
Expand Down

0 comments on commit a030e0c

Please sign in to comment.