summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pytest.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index d2088b2ab..1b53cb559 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -68,5 +68,8 @@ qt_log_ignore =
^DirectWrite: CreateFontFaceFromHDC\(\) failed .*
^Attribute Qt::AA_ShareOpenGLContexts must be set before QCoreApplication is created\.
xfail_strict = true
-filterwarnings = error
+filterwarnings =
+ error
+ # See https://github.com/HypothesisWorks/hypothesis/issues/2370
+ ignore:.*, but function-scoped fixtures:hypothesis.errors.HypothesisDeprecationWarning
faulthandler_timeout = 90