Remove pytest-bdd deprecation ignore
This commit is contained in:
parent
113da710d3
commit
1f5ad8abfb
|
|
@ -92,8 +92,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/pytest-dev/pytest-bdd/issues/568
|
||||
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
|
||||
faulthandler_timeout = 90
|
||||
|
|
|
|||
Loading…
Reference in New Issue