From 612e86f98ea5c6d21721968237d48907710b4a8d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 20 Apr 2020 23:40:54 +0200 Subject: tests: Adjust warning filter for changed hypothesis warning See https://github.com/HypothesisWorks/hypothesis/pull/2387 and https://github.com/HypothesisWorks/hypothesis/issues/2370 --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index be751d793..e85f2b298 100644 --- a/pytest.ini +++ b/pytest.ini @@ -71,5 +71,5 @@ xfail_strict = true filterwarnings = error # See https://github.com/HypothesisWorks/hypothesis/issues/2370 - ignore:.*, but function-scoped fixtures:hypothesis.errors.HypothesisDeprecationWarning + ignore:.*which is reset between function calls but not between test cases generated by:hypothesis.errors.HypothesisDeprecationWarning faulthandler_timeout = 90 -- cgit v1.2.3-54-g00ecf