diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2022-12-06 09:10:17 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-12-06 09:10:17 -0500 |
| commit | 9708c37ef0d286c4e907adc59f46cc92262e3bf1 (patch) | |
| tree | e28c57c3789ce444a259a701f4cce5fbd1e0ba45 /pytest.ini | |
| parent | 9e13598ce4b81c2c964dd555fa407bb3ba4cc607 (diff) | |
| download | python-setuptools-git-9708c37ef0d286c4e907adc59f46cc92262e3bf1.tar.gz | |
Honor ResourceWarnings. Fixes jaraco/skeleton#73.
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
