diff options
| author | Christian Heimes <christian@python.org> | 2022-01-07 08:22:43 +0100 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2022-01-08 11:55:35 -0500 |
| commit | 9c0d81e786978c5cc4cbfc50045d271e5b3ae0b9 (patch) | |
| tree | 22da8ceac2cdb422f878ce165874c196da84ff2a /pytest.ini | |
| parent | 06d81cb32da88ec0b69d3bc01ad138a9c0d41520 (diff) | |
| download | python-setuptools-git-9c0d81e786978c5cc4cbfc50045d271e5b3ae0b9.tar.gz | |
Suppress distutils deprecation warning
Diffstat (limited to 'pytest.ini')
| -rw-r--r-- | pytest.ini | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ filterwarnings= # https://github.com/pytest-dev/pytest/discussions/9296 ignore:The distutils.sysconfig module is deprecated, use sysconfig instead + ignore:The distutils package is deprecated.* + # Workaround for pypa/setuptools#2868 # ideally would apply to PyPy only but for # https://github.com/pytest-dev/pytest/discussions/9296 |
