Skip to content

Conversation

mroeschke
Copy link
Member

@mroeschke mroeschke self-assigned this Aug 25, 2025
@mroeschke mroeschke added the Testing pandas testing functions or related to the test suite label Aug 25, 2025
@mroeschke mroeschke added this to the 2.3.3 milestone Aug 25, 2025
@mroeschke
Copy link
Member Author

Merging to get CI to green

@mroeschke mroeschke merged commit 8cf2e43 into pandas-dev:main Aug 25, 2025
38 checks passed
@mroeschke mroeschke deleted the bug/npdev/round branch August 25, 2025 21:47
Copy link

lumberbot-app bot commented Aug 25, 2025

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 8cf2e43e1ca2a50f010fd37da5a01e8a3a6f1822
  1. You will likely have some merge/cherry-pick conflict here, fix them and commit:
git commit -am 'Backport PR #62190: TST: Adjust test_round for Numpy 2.4 behavior'
  1. Push to a named branch:
git push YOURFORK 2.3.x:auto-backport-of-pr-62190-on-2.3.x
  1. Create a PR against branch 2.3.x, I would have named this PR:

"Backport PR #62190 on branch 2.3.x (TST: Adjust test_round for Numpy 2.4 behavior)"

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.

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.

1 participant