summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-10-22 15:27:51 -0400
committerJason R. Coombs <jaraco@jaraco.com>2021-10-22 15:27:51 -0400
commitfc5c3083908170e1cbfd1dec91f87a3e2707e3fa (patch)
tree6a7ba24fa3bfc1e4afb2430be24b6d589cd3e2a9 /pytest.ini
parent18b997db3e74d179af12175bff3d1a37006017fc (diff)
downloadpython-setuptools-git-fc5c3083908170e1cbfd1dec91f87a3e2707e3fa.tar.gz
Deprecate setup.py install and easy_install. Ref #917.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index f81b6cfb..c7b62cc6 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -29,3 +29,7 @@ filterwarnings=
# https://github.com/pypa/setuptools/issues/2823
ignore:setup_requires is deprecated.
+
+ # https://github.com/pypa/setuptools/issues/917
+ ignore:setup.py install is deprecated.
+ ignore:easy_install command is deprecated.