Skip to content

Commit

Permalink
Honor ResourceWarnings. Fixes jaraco/skeleton#73.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Dec 6, 2022
1 parent a83cf2e commit bb196e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pytest.ini
Expand Up @@ -3,6 +3,9 @@ norecursedirs=dist build .tox .eggs
addopts=--doctest-modules
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
filterwarnings=
# Ensure ResourceWarnings are emitted
default::ResourceWarning

# Suppress deprecation warning in flake8
ignore:SelectableGroups dict interface is deprecated::flake8

Expand Down

0 comments on commit bb196e4

Please sign in to comment.