-
-
Notifications
You must be signed in to change notification settings - Fork 18.2k
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: xfail test_arrowparquet_options for windows #45354
TST: xfail test_arrowparquet_options for windows #45354
Conversation
pandas/tests/io/test_fsspec.py
Outdated
@@ -161,6 +162,7 @@ def test_to_parquet_new_file(monkeypatch, cleared_fs): | |||
|
|||
|
|||
@td.skip_if_no("pyarrow") | |||
@pytest.mark.xfail(is_platform_windows(), reason="GH 45344") |
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.
is this failing all builds or should be strict=False?
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.
yah looks like it xpassed on one of the builds here
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.
Ah I added a terse check for only PY38 so I could avoid strict=False
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.
LGTM
See also the discussion in #45344, updating the pyarrow pin to 2 in pandas/ci/deps/azure-windows-38.yaml Line 26 in 5b2f4a5
is probably the "proper" fix that doesn't need an xfail. |
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.
In the other PR, updating pyarrow brings to light some other bugs, so let's merge this for the short term
…45365) Co-authored-by: Matthew Roeschke <[email protected]>
xfailing for now to get the CI to green