summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-07-04 20:23:09 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-07-04 20:23:09 -0400
commit1357fce9a8898299349b1ac477142892afb8db66 (patch)
treeaf1b1eea9ecb029002f6c64f5c1b876b9f46c34f /pytest.ini
parentde3b5b824ef2a681ca90ec0413ea991253228d47 (diff)
downloadpython-setuptools-git-1357fce9a8898299349b1ac477142892afb8db66.tar.gz
Remove workaround for pypy/pypy#3503, now that the behavior is consistent with a workaround in importlib_metadata 4.6.1 (python/importlib_metadata#327.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini6
1 files changed, 0 insertions, 6 deletions
diff --git a/pytest.ini b/pytest.ini
index deb68741..307c5533 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -18,12 +18,6 @@ filterwarnings=
ignore:The distutils package is deprecated::packaging.tags
## end upstream
- # Suppress deprecation warning in flake8 (for PyPy)
- # PyPy alters the call depth, so the deprecation warning
- # is associated with the wrong module.
- # https://foss.heptapod.net/pypy/pypy/-/issues/3503
- ignore:SelectableGroups dict interface is deprecated::importlib_metadata
-
# https://github.com/pypa/setuptools/issues/1823
ignore:bdist_wininst command is deprecated
# Suppress this error; unimportant for CI tests