diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-31 21:09:54 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2021-10-31 21:37:48 -0400 |
| commit | 84b1cd8e7760a9b3c984a4edfc37dc7266952266 (patch) | |
| tree | 45ec898ae86857fec79e1bede051713aeba1e21d /pytest.ini | |
| parent | 96475e3b3af4e0a0166cdb75c976ce07cfd44fce (diff) | |
| download | python-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.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |
