-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
nightly builds failing since 19 July on MacPython / pandas-wheels #47933
Comments
and also seeing test failures when building wheels for 1.4.x MacPython/pandas-wheels#173 |
It seems to me, that this is a bug on our side. This was not caused by a change on our side in that interval but by a hypothesis release. This was caused by a hypothesis change to how the HypothesisWorks/hypothesis#2942 and the associated pr We could pin hypothesis as a short term solution to get the builds passing. If we determine this is indeed a bug on our side, we have to fix it. Edit: Alternatively, we could skip the test for windows and macos for now |
I think the test is also partially to blame, as it defines the interval. For eg: in @given(val=st.integers(min_value=iNaT + 1, max_value=lib.i8max)) The code then converts The falsifying case I encountered was still some ways from SLONG_MAX -
One idea is to reduce the |
hypothesis has been pinned for now MacPython/pandas-wheels#190 |
@lithomas1 This issue is about nightly builds so changing the milestone back to 1.5 Just need open a PR to make a small change to Travis and then can close this. (MacPython/pandas-wheels@b0845f7) |
|
travis green on main https://github.com/MacPython/pandas-wheels/runs/7915756330 so closing |
https://dev.azure.com/pandas-dev/pandas-wheels/_build?definitionId=3&_a=summary
https://anaconda.org/scipy-wheels-nightly/pandas/files
The text was updated successfully, but these errors were encountered: