Skip to content

CI: Avoid flaky hypothesis test with deadline=None #44969

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

Merged
merged 5 commits into from
Dec 20, 2021

Conversation

@mroeschke mroeschke added Testing pandas testing functions or related to the test suite CI Continuous Integration labels Dec 19, 2021
@mroeschke mroeschke added this to the 1.4 milestone Dec 19, 2021
@@ -879,6 +880,7 @@ def test_where_nullable_invalid_na(frame_or_series, any_numeric_ea_dtype):
OPTIONAL_DICTS, OPTIONAL_FLOATS, OPTIONAL_INTS, OPTIONAL_LISTS, OPTIONAL_TEXT
)
)
@settings(deadline=None) # GH 44969
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move the hypothesis setup to the pandas/_testing/_hypothesis.py instead (and make this change)

@jreback
Copy link
Contributor

jreback commented Dec 19, 2021

great, merge on green

@mroeschke mroeschke merged commit 0f31fd9 into pandas-dev:master Dec 20, 2021
@mroeschke mroeschke deleted the ci/flaky_hypothesis branch December 20, 2021 01:44
@mroeschke
Copy link
Member Author

Failure due to stalled build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous Integration Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants