Skip to content
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

Merged

Conversation

mroeschke
Copy link
Member

xfailing for now to get the CI to green

@@ -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")
Copy link
Member

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?

Copy link
Member

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

Copy link
Member Author

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

Copy link
Member

@jbrockmendel jbrockmendel left a comment

Choose a reason for hiding this comment

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

LGTM

@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Jan 14, 2022
@lithomas1 lithomas1 added this to the 1.4 milestone Jan 14, 2022
@jorisvandenbossche
Copy link
Member

jorisvandenbossche commented Jan 14, 2022

See also the discussion in #45344, updating the pyarrow pin to 2 in

- pyarrow=1.0.1

is probably the "proper" fix that doesn't need an xfail.

Copy link
Member

@jorisvandenbossche jorisvandenbossche left a 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

@jorisvandenbossche jorisvandenbossche merged commit e53bda9 into pandas-dev:main Jan 14, 2022
meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Jan 14, 2022
jreback pushed a commit that referenced this pull request Jan 14, 2022
@mroeschke mroeschke deleted the tst/xfail_pyarrow_windows branch January 14, 2022 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Testing pandas testing functions or related to the test suite
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants