Commit 11f0761
authored
fix[ci]: suppress hypothesis health check (#4533)
as of hypothesis 6.130.0, nesting `@given` is a health check error. we
should probably fix this as it is a performance issue in the CI, but for
now, just suppress it.
references:
- https://hypothesis.readthedocs.io/en/latest/changes.html#v6-130-01 parent 6414135 commit 11f0761
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
| |||
0 commit comments