-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Revert backport of #33632: Parquet & s3 I/O changes #34632
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
Conversation
pandas/tests/io/test_parquet.py
Outdated
@@ -489,37 +485,15 @@ def test_categorical(self, pa): | |||
expected = df.astype(object) | |||
check_round_trip(df, pa, expected=expected) | |||
|
|||
# GH#33077 2020-03-27 | |||
@pytest.mark.xfail( | |||
locale.getlocale()[0] == "zh_CN", |
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.
``dom, 07 giu 2020 15:58:39 GMT``` https://dev.azure.com/pandas-dev/pandas/_build/results?buildId=36889&view=logs&j=98c84d08-34d8-513e-80be-2c581992dd5a&t=f75024c1-aff0-57fb-4f0e-35923b654e09
Seems to also fail now for it_IT
locale ?
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.
test_s3_roundtrip failures were why the PRs were backported as this issue (with it_IT) was not been seen on master. see OP in #34173 (comment) (logs no longer available)
I think you can just skip this, see #34173 (comment)
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.
Thanks done - looks like the Doc build is failing which I think is unrelated.
Also skip for it_IT locale
The doc failure is related to #34458, which needs to be backported |
Ref: #34626 (comment)
Revert backport of #33632
Backport: #34173
cc @jorisvandenbossche @simonjayhawkins