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 Nov 7, 2022
1 parent 6aff113 commit bd74cbb
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 @@ -95,4 +95,6 @@ filterwarnings =
ignore:The hookimpl pytest_.* uses old-style configuration options:pytest.PytestDeprecationWarning:pytest_bdd\.plugin
# https://github.com/pytest-dev/pytest-instafail/pull/26
ignore:The hookimpl pytest_.* uses old-style configuration options:pytest.PytestDeprecationWarning:pytest_instafail
# 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 bd74cbb

Please sign in to comment.