-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hypothesis health checks don't pass reliably if "CI" is not set in the environment. #132
Comments
When I run it with lower system load, I get another error:
|
Yes, this flakiness happens pretty regularly on some of my local tox envs, even though runs are pretty stable on CI. @wsanchez might have some suggestions. |
If you set the "CI" environment variable, we suppress some of the Hypothesis health checks. I'm hesitant to do that all the time, because you might need those health checks in your own situation. Let's keep this ticket open, though, because some analysis of how we might avoid needing to suppress those checks is certainly in order; the CI thing is a work-around. I could use some help there, as I've done some things to reduce these issues, but I don't know how to diagnose them very well. Someone with more experience creating Hypothesis strategies could be a great help. |
Thanks for the tip about |
Perhaps, but I can't really manipulate the |
Yeah, sorry, i was thinking this was the hypothesis upstream bug. Nevermind that. |
With current version of hypothesis:
(this is with 20.0.0 release)
The text was updated successfully, but these errors were encountered: