Skip test_parquet for pyarrow==22.0#12116
Conversation
test_parquet for pyarrow==22.0
jrbourbeau
left a comment
There was a problem hiding this comment.
Thanks @TomAugspurger!
No changes needed here -- just FYI that pytest.importorskip has minversion= / reason= kwargs
|
I think the problem here is that there's a bug in |
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 9 files ±0 9 suites ±0 3h 15m 42s ⏱️ -37s Results for commit e914ff9. ± Comparison against base commit 9d9d250. |
|
Yep, that's the plan / hope. About the failure: For some reason, we grabbed an sdist instead of a wheel. Looking at https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/pandas, I see wheels for macos & windows, but not linux. So an upstream pandas issue we can (probably) ignore here. Edit: pandas-dev/pandas#62898 |
jacobtomlinson
left a comment
There was a problem hiding this comment.
Ok sounds good. Let's get this merged, hopefully pandas will get linux wheels building again soon.
Closes #12111