summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-03-12 13:16:03 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-03-12 13:16:52 +0100
commitf33e15aaca0d8df77f93ffe5d09a621379e995c9 (patch)
tree35e2e4cd3da090b87af2d4365618346b78d2af2d /pytest.ini
parentd3c16aa487236496bbe1cb995c874c25bc5e89bf (diff)
downloadqutebrowser-f33e15aaca0d8df77f93ffe5d09a621379e995c9.tar.gz
qutebrowser-f33e15aaca0d8df77f93ffe5d09a621379e995c9.zip
Ignore hypothesis/pytest warning for now
See https://github.com/HypothesisWorks/hypothesis/issues/2370
Diffstat (limited to 'pytest.ini')
-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