pandas-dev / pandas

Flexible and powerful data analysis / manipulation library for Python, providing labeled data structures similar to R data.frame objects, statistical functions, and much more
https://pandas.pydata.org
BSD 3-Clause "New" or "Revised" License
43.9k stars 18.03k forks source link

CI: update fastparquet xfails for new release #60337

Closed WillAyd closed 1 week ago

WillAyd commented 1 week ago

Looks like a new release just came out to fix this xfail

lumberbot-app[bot] commented 1 week ago

Owee, I'm MrMeeseeks, Look at me.

There seem to be a conflict, please backport manually. Here are approximate instructions:

  1. Checkout backport branch and update it.
git checkout 2.3.x
git pull
  1. Cherry pick the first parent branch of the this PR on top of the older branch:

    git cherry-pick -x -m1 34c080cb91d71a8e900a6c114279e142924c1a64
  2. You will likely have some merge/cherry-pick conflict here, fix them and commit:

git commit -am 'Backport PR #60337: CI: update fastparquet xfails for new release'
  1. Push to a named branch:
git push YOURFORK 2.3.x:auto-backport-of-pr-60337-on-2.3.x
  1. Create a PR against branch 2.3.x, I would have named this PR:

"Backport PR #60337 on branch 2.3.x (CI: update fastparquet xfails for new release)"

And apply the correct labels and milestones.

Congratulations — you did some good work! Hopefully your backport PR will be tested by the continuous integration and merged soon!

Remember to remove the Still Needs Manual Backport label once the PR gets merged.

If these instructions are inaccurate, feel free to suggest an improvement.

jorisvandenbossche commented 1 week ago

Manual backport -> https://github.com/pandas-dev/pandas/pull/60344