From 1f5ad8abfbfdcab6683d77bbc81b20d3cb668793 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 8 Nov 2022 14:24:00 +0100 Subject: [PATCH] Remove pytest-bdd deprecation ignore --- pytest.ini | 2 -- 1 file changed, 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