mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Disable differing_test_runners
health check (#108886)
This commit is contained in:
parent
40e52c94a2
commit
6ead5bd6ae
3 changed files with 9 additions and 2 deletions
|
@ -10,7 +10,10 @@ else:
|
|||
hypothesis.settings.register_profile(
|
||||
"slow-is-ok",
|
||||
deadline=None,
|
||||
suppress_health_check=[hypothesis.HealthCheck.too_slow],
|
||||
suppress_health_check=[
|
||||
hypothesis.HealthCheck.too_slow,
|
||||
hypothesis.HealthCheck.differing_executors,
|
||||
],
|
||||
)
|
||||
hypothesis.settings.load_profile("slow-is-ok")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue