diff --git a/pytest.ini b/pytest.ini index d32746281e5..d1bb88e0c8a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -91,4 +91,6 @@ filterwarnings = # https://github.com/HypothesisWorks/hypothesis/issues/3309 ignore:module 'sre_constants' is deprecated:DeprecationWarning ignore:module 'sre_parse' is deprecated: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