Skip to content

Commit

Permalink
Ignore DeprecationWarning caused by astroid
Browse files Browse the repository at this point in the history
  • Loading branch information
pylbrecht committed Aug 9, 2022
1 parent 6eff3b7 commit 48c6a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pytest.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 48c6a26

Please sign in to comment.