summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-01-07 08:22:43 +0100
committerJason R. Coombs <jaraco@jaraco.com>2022-01-08 11:55:35 -0500
commit9c0d81e786978c5cc4cbfc50045d271e5b3ae0b9 (patch)
tree22da8ceac2cdb422f878ce165874c196da84ff2a /pytest.ini
parent06d81cb32da88ec0b69d3bc01ad138a9c0d41520 (diff)
downloadpython-setuptools-git-9c0d81e786978c5cc4cbfc50045d271e5b3ae0b9.tar.gz
Suppress distutils deprecation warning
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 5c0ad039..2ffa4473 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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