We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e13598 commit 9708c37Copy full SHA for 9708c37
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