summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-24 00:03:03 +0000
committerAnderson Bravalheri <andersonbravalheri@gmail.com>2023-01-24 01:14:45 +0000
commite5681c0e0d1292921a84dac61ba56e3cda8d857f (patch)
treea0b6a336af42726888813f2e98f6f93685415058 /pytest.ini
parentdd7b8fbccaefc5d8cb0ec8bfc3fe57f5695617f3 (diff)
downloadpython-setuptools-git-e5681c0e0d1292921a84dac61ba56e3cda8d857f.tar.gz
Centralize usage of pkg_resources from dist.py to installer.py
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 12007ade..94243330 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -40,7 +40,7 @@ filterwarnings=
ignore:The Windows bytes API has been deprecated:DeprecationWarning
# https://github.com/pypa/setuptools/issues/2823
- ignore:setuptools.installer is deprecated.
+ ignore:setuptools.installer and fetch_build_eggs are deprecated.
# https://github.com/pypa/setuptools/issues/917
ignore:setup.py install is deprecated.