diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-04 20:23:09 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-07-04 20:23:09 -0400 |
| commit | 1357fce9a8898299349b1ac477142892afb8db66 (patch) | |
| tree | af1b1eea9ecb029002f6c64f5c1b876b9f46c34f /pytest.ini | |
| parent | de3b5b824ef2a681ca90ec0413ea991253228d47 (diff) | |
| download | python-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.ini | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -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 |
