summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-04-20 23:40:54 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-04-20 23:40:54 +0200
commit612e86f98ea5c6d21721968237d48907710b4a8d (patch)
treeb3f07c6885c75a4993e523fbed1f002812db69d9
parent6b6c229c442e96d8d683486b44e1a0d3d86ab403 (diff)
downloadqutebrowser-612e86f98ea5c6d21721968237d48907710b4a8d.tar.gz
qutebrowser-612e86f98ea5c6d21721968237d48907710b4a8d.zip
tests: Adjust warning filter for changed hypothesis warning
See https://github.com/HypothesisWorks/hypothesis/pull/2387 and https://github.com/HypothesisWorks/hypothesis/issues/2370
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
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