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:
parent
6b6c229c44
commit
612e86f98e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue