summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-11-08 14:24:00 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-11-08 16:20:46 +0100
commit1f5ad8abfbfdcab6683d77bbc81b20d3cb668793 (patch)
treef36eea12ec4ebda5dce8661a1e1c9ec93c69eb53
parent113da710d3026c2b35d246a263320a2e1458c666 (diff)
downloadqutebrowser-1f5ad8abfbfdcab6683d77bbc81b20d3cb668793.tar.gz
qutebrowser-1f5ad8abfbfdcab6683d77bbc81b20d3cb668793.zip
Remove pytest-bdd deprecation ignore
-rw-r--r--pytest.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/pytest.ini b/pytest.ini
index abe55bc6e..05e5e3d76 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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