diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-24 00:03:03 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2023-01-24 01:14:45 +0000 |
| commit | e5681c0e0d1292921a84dac61ba56e3cda8d857f (patch) | |
| tree | a0b6a336af42726888813f2e98f6f93685415058 /pytest.ini | |
| parent | dd7b8fbccaefc5d8cb0ec8bfc3fe57f5695617f3 (diff) | |
| download | python-setuptools-git-e5681c0e0d1292921a84dac61ba56e3cda8d857f.tar.gz | |
Centralize usage of pkg_resources from dist.py to installer.py
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,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. |
