Ignore hypothesis/pytest warning for now

See https://github.com/HypothesisWorks/hypothesis/issues/2370
This commit is contained in:
Florian Bruhin 2020-03-12 13:16:03 +01:00
parent d3c16aa487
commit f33e15aaca
1 changed files with 4 additions and 1 deletions

View File

@ -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