diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-14 03:35:15 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-11-14 12:50:13 -0500 |
| commit | 0fc3bc079b8fec1662e6e0df540490e4198d6862 (patch) | |
| tree | 02e866c694ff56ba57bdfea0ae3cb5193683643b /pytest.ini | |
| parent | d212daa48743609fc439d8f5cbb2b4e8effbd55f (diff) | |
| download | python-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
