diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-22 15:27:51 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-22 15:27:51 -0400 |
| commit | fc5c3083908170e1cbfd1dec91f87a3e2707e3fa (patch) | |
| tree | 6a7ba24fa3bfc1e4afb2430be24b6d589cd3e2a9 /pytest.ini | |
| parent | 18b997db3e74d179af12175bff3d1a37006017fc (diff) | |
| download | python-setuptools-git-fc5c3083908170e1cbfd1dec91f87a3e2707e3fa.tar.gz | |
Deprecate setup.py install and easy_install. Ref #917.
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |
