Skip to content

Commit

Permalink
Turn on warning catcher
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Jul 4, 2023
1 parent ac0eedb commit 631df80
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,7 @@ testpaths = ['tests']
filterwarnings = [
# This error replaces pytest-openfiles
"error::ResourceWarning",
# Sometimes turning ResourceWarnings into errors creates an unraisable exception
# e.g. when pyest catches another exception, this will block the turning of
# ResourceWarnings into errors
# Disabled until issue #150 is resolved.
# "error::pytest.PytestUnraisableExceptionWarning",
"error::pytest.PytestUnraisableExceptionWarning",
]
env = [
"ROMAN_VALIDATE=true",
Expand Down

0 comments on commit 631df80

Please sign in to comment.