tests: Adjust warning filter for changed hypothesis warning

See https://github.com/HypothesisWorks/hypothesis/pull/2387
and https://github.com/HypothesisWorks/hypothesis/issues/2370
This commit is contained in:
Florian Bruhin 2020-04-20 23:40:54 +02:00
parent 6b6c229c44
commit 612e86f98e
1 changed files with 1 additions and 1 deletions

View File

@ -71,5 +71,5 @@ xfail_strict = true
filterwarnings =
error
# See https://github.com/HypothesisWorks/hypothesis/issues/2370
ignore:.*, but function-scoped fixtures:hypothesis.errors.HypothesisDeprecationWarning
ignore:.*which is reset between function calls but not between test cases generated by:hypothesis.errors.HypothesisDeprecationWarning
faulthandler_timeout = 90