tests: Remove old pytest-instafail/hypothesis filterwarnings
This commit is contained in:
parent
9ff100f0d5
commit
72c38a8e19
|
|
@ -63,9 +63,4 @@ filterwarnings =
|
|||
default:Test process .* failed to terminate!:UserWarning
|
||||
# https://github.com/certifi/python-certifi/issues/170
|
||||
ignore:path is deprecated\. Use files\(\) instead\. Refer to https.//importlib-resources\.readthedocs\.io/en/latest/using\.html#migrating-from-legacy for migration advice\.:DeprecationWarning:certifi.core
|
||||
# https://github.com/HypothesisWorks/hypothesis/issues/3309
|
||||
ignore:module 'sre_constants' is deprecated:DeprecationWarning
|
||||
ignore:module 'sre_parse' is deprecated:DeprecationWarning
|
||||
# https://github.com/pytest-dev/pytest-instafail/pull/26
|
||||
ignore:The hookimpl pytest_.* uses old-style configuration options:pytest.PytestDeprecationWarning:pytest_instafail
|
||||
faulthandler_timeout = 90
|
||||
|
|
|
|||
Loading…
Reference in New Issue