summaryrefslogtreecommitdiff
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-04-03 14:36:25 +0200
commit5b622349fb441fcf9b6f7492f564c45616152e30 (patch)
treefa47cff5d53c0431b7405f54c02481b4637a6a9e
parente78b0178de5153434dcb2428392678c9007aa617 (diff)
downloadqutebrowser-5b622349fb441fcf9b6f7492f564c45616152e30.tar.gz
qutebrowser-5b622349fb441fcf9b6f7492f564c45616152e30.zip
Ignore hypothesis/pytest warning for now
See https://github.com/HypothesisWorks/hypothesis/issues/2370 (cherry picked from commit f33e15aaca0d8df77f93ffe5d09a621379e995c9)
-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