Remove pytest-bdd deprecation ignore

This commit is contained in:
Florian Bruhin 2022-11-08 14:24:00 +01:00
parent 113da710d3
commit 1f5ad8abfb
1 changed files with 0 additions and 2 deletions

View File

@ -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