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 Jun 17, 2022
1 parent 0f2a7a7 commit 9d88dcc
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 9d88dcc

Please sign in to comment.