diff --git a/pytest.ini b/pytest.ini index 2ffa4473f00..f522a45e224 100644 --- a/pytest.ini +++ b/pytest.ini @@ -38,8 +38,7 @@ filterwarnings= # SETUPTOOLS_USE_DISTUTILS=stdlib but for # https://github.com/pytest-dev/pytest/discussions/9296 ignore:The distutils.sysconfig module is deprecated, use sysconfig instead - - ignore:The distutils package is deprecated.* + ignore:The distutils package is deprecated.* # Workaround for pypa/setuptools#2868 # ideally would apply to PyPy only but for