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 Jan 17, 2022
1 parent a382892 commit 1976c41
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 @@ -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

0 comments on commit 1976c41

Please sign in to comment.