summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-10-31 21:09:54 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-10-31 21:37:48 -0400
commit84b1cd8e7760a9b3c984a4edfc37dc7266952266 (patch)
tree45ec898ae86857fec79e1bede051713aeba1e21d /pytest.ini
parent96475e3b3af4e0a0166cdb75c976ce07cfd44fce (diff)
downloadpython-setuptools-git-84b1cd8e7760a9b3c984a4edfc37dc7266952266.tar.gz
Raise a deprecation warning when an invalid version is encountered. Ref #2497. Ref #2822.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index bdcab1bf..2678afd8 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -31,3 +31,6 @@ filterwarnings=
# https://github.com/pypa/setuptools/issues/917
ignore:setup.py install is deprecated.
ignore:easy_install command is deprecated.
+
+ # https://github.com/pypa/setuptools/issues/2497
+ ignore:.* is an invalid version and will not be supported::pkg_resources