-
-
Notifications
You must be signed in to change notification settings - Fork 294
[setuptools] Force the upgrade of setuptools > 77 #2715
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2715 +/- ##
=======================================
Coverage 93.21% 93.21%
=======================================
Files 93 93
Lines 11071 11071
=======================================
Hits 10320 10320
Misses 751 751
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-maintenance/3.3.x maintenance/3.3.x
# Navigate to the new working tree
cd .worktrees/backport-maintenance/3.3.x
# Create a new branch
git switch --create backport-2715-to-maintenance/3.3.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 9a2d66a398160b5fb73742371883e57d054a3330
# Push it to GitHub
git push --set-upstream origin backport-2715-to-maintenance/3.3.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-maintenance/3.3.x Then, create a pull request where the |
It seems we didn't backport two previous PRs this one relied on: Not sure if it's worth it at this point to do the backport manually. The bug which was fixed here won't happen on the backport branch since that hasn't adopted PEP 639 yet. What do you think @Pierre-Sassoulas ? |
I'm going to do it as we might want to release a lot of patch version before astroid 4.0.0 is out |
Type of Changes