Skip to content

Skip test_parquet for pyarrow==22.0#12116

Merged
jacobtomlinson merged 2 commits intodask:mainfrom
TomAugspurger:tom/skip-flaky-test
Oct 28, 2025
Merged

Skip test_parquet for pyarrow==22.0#12116
jacobtomlinson merged 2 commits intodask:mainfrom
TomAugspurger:tom/skip-flaky-test

Conversation

@TomAugspurger
Copy link
Copy Markdown
Member

Closes #12111

@jrbourbeau jrbourbeau changed the title Skip test_parquet for pyarrow==22.0 Skip test_parquet for pyarrow==22.0 Oct 28, 2025
Copy link
Copy Markdown
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

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

Thanks @TomAugspurger!

No changes needed here -- just FYI that pytest.importorskip has minversion= / reason= kwargs

@jacobtomlinson
Copy link
Copy Markdown
Member

I think the problem here is that there's a bug in 22.0.0, earlier versions will be fine, and hopefully 22.0.1 will be fine, so minversion= doesn't help here.

@github-actions
Copy link
Copy Markdown
Contributor

Unit Test Results

See 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
 18 126 tests ±0   16 911 ✅ ±0   1 215 💤 ±0  0 ❌ ±0 
162 362 runs  ±0  150 277 ✅  - 7  12 085 💤 +7  0 ❌ ±0 

Results for commit e914ff9. ± Comparison against base commit 9d9d250.

@TomAugspurger
Copy link
Copy Markdown
Member Author

TomAugspurger commented Oct 28, 2025

Yep, that's the plan / hope.

About the failure:

Collecting pandas
  Downloading https://pypi.anaconda.org/scientific-python-nightly-wheels/simple/pandas/3.0.0.dev0%2B2613.g9f4c0ba7b0/pandas-3.0.0.dev0%2B2613.g9f4c0ba7b0.tar.gz (4.5 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 49.8 MB/s  0:00:00
  Installing build dependencies: started
  Installing build dependencies: finished with status 'error'
  error: subprocess-exited-with-error
  
  × pip subprocess to install build dependencies did not run successfully.
  │ exit code: 1
  ╰─> [3 lines of output]
      Looking in indexes: https://pypi.anaconda.org/scientific-python-nightly-wheels/simple
      ERROR: Could not find a version that satisfies the requirement meson-python>=0.13.1 (from versions: none)
      ERROR: No matching distribution found for meson-python>=0.13.1
      [end of output]

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

Copy link
Copy Markdown
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

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

Ok sounds good. Let's get this merged, hopefully pandas will get linux wheels building again soon.

@jacobtomlinson jacobtomlinson merged commit 0743e08 into dask:main Oct 28, 2025
23 of 26 checks passed
@TomAugspurger TomAugspurger deleted the tom/skip-flaky-test branch October 28, 2025 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

⚠️ Upstream CI failed ⚠️

3 participants