-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
Set hypothesis healthcheck #22597
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
Set hypothesis healthcheck #22597
Conversation
Hello @alimcmaster1! Thanks for submitting the PR.
|
If you fetch and merge master the CI failures should be fixed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
small comments. ping on green.
pandas/conftest.py
Outdated
@@ -9,6 +9,11 @@ | |||
from pandas.compat import PY3 | |||
import pandas.util._test_decorators as td | |||
|
|||
from hypothesis import settings, HealthCheck |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a comment with the link the docs about healthcheck here
thanks @alimcmaster1 |
git diff upstream/master -u -- "*.py" | flake8 --diff