diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-02-13 20:32:19 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-02-13 20:32:19 +0000 |
| commit | 52c605573716db3100543be728addf1bce965802 (patch) | |
| tree | b35e3eb73a3dcb07a6249a576d5a95c53f214d8f /pytest.ini | |
| parent | bc5f3c306d328a6d3a54fa4172dc62b5d5dddc80 (diff) | |
| parent | 51bf7563d1513ec3a2edbbcf00a533f85cf26d66 (diff) | |
| download | python-setuptools-git-52c605573716db3100543be728addf1bce965802.tar.gz | |
Reduce usage of pkg_resources (#3792)
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ filterwarnings= ignore:The Windows bytes API has been deprecated:DeprecationWarning # https://github.com/pypa/setuptools/issues/2823 - ignore:setuptools.installer is deprecated. + ignore:setuptools.installer and fetch_build_eggs are deprecated. # https://github.com/pypa/setuptools/issues/917 ignore:setup.py install is deprecated. |
