Commit 66bec02
authored
fix (laws/pure): compatibility with hypothesis > 6.113.0 (#1956)
Hypothesis is now setting two entries for the Callables strategies, and then it
prefers the one using the type origin. While returns lookup for the first set
and replaces the strategy, starting with the one without the type origin.
This only changes the callable strategy search order to match hypothesis,
alternatively we could set both.1 parent 09ecc31 commit 66bec02
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
| 182 | + | |
185 | 183 | | |
| 184 | + | |
| 185 | + | |
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
| |||
0 commit comments