Skip to content
Snippets Groups Projects
Commit f9172f8a authored by Antoine Lambert's avatar Antoine Lambert
Browse files

hypothesis: Fix or ignore deprecation warnings since version 5.6

Since version 5.6, hypothesis warns on `@given` + function-scoped fixtures.
So turns concerned swh-web fixtures from function-scoped to session-scoped
(there is strictly no difference in tests execution result after that change)
and ignore some warnings related to external function-scoped fixtures that
are safe to use with @given (client from pytest-django and mocker from
pytest-mock).
parent 717159e4
No related branches found
Tags v0.0.123
1 merge request!279hypothesis: Fix or ignore deprecation warnings since version 5.6
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment