tox: Update hypothesis to 1.11.4.
- Hide modifications Hypothesis needs to make to sys.path by undoing them after we've imported the relevant modules. This is a workaround for issues cryptography experienced on windows. - Slightly improved performance of drawing from sampled_from on large lists of alternatives. - Significantly improved performance of drawing from one_of or strategies using | (note this includes a lot of strategies internally - floats() and integers() both fall into this category). There turned out to be a massive performance regression introduced in 1.10.0 affecting these which probably would have made tests using Hypothesis significantly slower than they should have been.
This commit is contained in:
parent
0de1e40f20
commit
43a42def2b
Loading…
Reference in New Issue
Block a user