We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b14f9b5 + 9708c37 commit 7e9020aCopy full SHA for 7e9020a
pytest.ini
@@ -3,6 +3,9 @@ norecursedirs=dist build .tox .eggs
3
addopts=--doctest-modules
4
doctest_optionflags=ALLOW_UNICODE ELLIPSIS
5
filterwarnings=
6
+ # Ensure ResourceWarnings are emitted
7
+ default::ResourceWarning
8
+
9
# Suppress deprecation warning in flake8
10
ignore:SelectableGroups dict interface is deprecated::flake8
11
0 commit comments