From 5b622349fb441fcf9b6f7492f564c45616152e30 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Thu, 12 Mar 2020 13:16:03 +0100 Subject: Ignore hypothesis/pytest warning for now See https://github.com/HypothesisWorks/hypothesis/issues/2370 (cherry picked from commit f33e15aaca0d8df77f93ffe5d09a621379e995c9) --- pytest.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf