-
-
Notifications
You must be signed in to change notification settings - Fork 18k
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
TST: Fix xfail for git component of pd.show_version
tests on 32 bit builds
#46856
Comments
pd.show_version
tests on 32 bit buildspd.show_version
tests on 32 bit builds
spitballing: i wonder if we can record when |
Yeah possibly we could have an automation flow that reads the |
These tests are also failing on pandas-wheels nightly linux builds https://dev.azure.com/pandas-dev/pandas-wheels/_build?definitionId=3&_a=summary |
skipped on pandas-wheels for now MacPython/pandas-wheels#182 so that nightly builds for Linux are uploaded to https://anaconda.org/scipy-wheels-nightly/pandas/files |
Marking as blocker for release. The wheel filenames will be messed up if this is not fixed(this may prevent pypi uploads). |
Thanks @lithomas1 the nightlies did upload but the the wrong prefix |
@simonjayhawkins Can you do this? I have no permissions whatsoever outside of this repo. Nightlies are sadly still broken. Lines 1219 to 1220 in 259a15c
We need to create a dummy ZoneInfo object and check to see if that works as zoneinfo will not raise if tzdata is missing on import, only when creating the ZoneInfo object. tzdata should also probably be added to the optional dependencies list in the docs and in pandas/compat/_optional.py. cc @jbrockmendel (who added zoneinfo support) |
+1 |
Two tests were xfailed in this PR that suddenly failed. #46842
The text was updated successfully, but these errors were encountered: