summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2021-11-14 03:35:15 -0500
committerJason R. Coombs <jaraco@jaraco.com>2021-11-14 12:50:13 -0500
commit0fc3bc079b8fec1662e6e0df540490e4198d6862 (patch)
tree02e866c694ff56ba57bdfea0ae3cb5193683643b /pytest.ini
parentd212daa48743609fc439d8f5cbb2b4e8effbd55f (diff)
downloadpython-setuptools-git-0fc3bc079b8fec1662e6e0df540490e4198d6862.tar.gz
Reduce scope of setup_requires deprecation to only deprecate the installation of these requirements, but still honor setup_requires in PEP 517 installers. Fixes #2877.feature/deprecate-installer
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 df1c2af9..8cc1052d 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -26,7 +26,7 @@ filterwarnings=
ignore:The Windows bytes API has been deprecated:DeprecationWarning
# https://github.com/pypa/setuptools/issues/2823
- ignore:setup_requires is deprecated.
+ ignore:setuptools.installer is deprecated.
# https://github.com/pypa/setuptools/issues/917
ignore:setup.py install is deprecated.