diff --git a/pytest.ini b/pytest.ini index 72ad2400246..c39197da4ea 100644 --- a/pytest.ini +++ b/pytest.ini @@ -86,4 +86,6 @@ filterwarnings = ignore:_SixMetaPathImporter\.find_spec\(\) not found; falling back to find_module\(\):ImportWarning # https://github.com/ionelmc/python-hunter/issues/97 ignore:The distutils\.sysconfig module is deprecated, use sysconfig instead:DeprecationWarning + # https://github.com/PyCQA/astroid/issues/1282 + ignore:The distutils package is deprecated and slated for removal in Python 3\.12\. Use setuptools or check PEP 632 for potential alternatives:DeprecationWarning faulthandler_timeout = 90