summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-03-12 16:37:05 +0100
committerGitHub <noreply@github.com>2020-03-12 16:37:05 +0100
commit4001c676b7af93e9e58014f963ca11ef17d68fb7 (patch)
tree35e2e4cd3da090b87af2d4365618346b78d2af2d /pytest.ini
parentd37de17922ef77cbddcbaa64a4629364f5e762e5 (diff)
parentf33e15aaca0d8df77f93ffe5d09a621379e995c9 (diff)
downloadqutebrowser-4001c676b7af93e9e58014f963ca11ef17d68fb7.tar.gz
qutebrowser-4001c676b7af93e9e58014f963ca11ef17d68fb7.zip
Merge pull request #5277 from qutebrowser/pyup-scheduled-update-2020-03-09
Scheduled weekly dependency update for week 10
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