Remove cherry-picker from requirements#11654
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #11654 +/- ##
=======================================
Coverage 98.74% 98.74%
=======================================
Files 127 127
Lines 43467 43467
Branches 2327 2327
=======================================
Hits 42922 42922
Misses 389 389
Partials 156 156
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CodSpeed Performance ReportMerging #11654 will not alter performanceComparing Summary
|
|
@Dreamsorcerer there's also a config for this CPython's cherry-picker tool in the repo. It is helpful when one wants to create a bunch of backports from local command-line. For example, when the bot fails. Andrew and I would use it on occasion. Any CPython Core Dev would be familiar. I've been meaning to make it possible to mention it in Patchback's conflict comments.. Not sure if we need to have deps for it in the repo but we should definitely keep the config. Also, it might be a good idea to mention the possibility of using it in the backporting docs. But it's probably best for the contributors to have it installed as a separate app through Looks like CPython docs isn't verbose about it in https://devguide.python.org/getting-started/git-boot-camp/#backporting-merged-changes, but when their bot fails to backport, it posts the exact I have it set up in a few places in Ansible + made a bunch of contributions over the years. |
|
Makes sense. So developers can manually install the package if/when they need it. |
Backport to 3.14: 💚 backport PR created✅ Backport PR branch: Backported as #11662 🤖 @patchback |
(cherry picked from commit 302243e)
This module doesn't seem to be used anywhere in our CI, nor does it even appear in our docs. It simply ends up creating some extra noise and maintenance overhead via Dependabot.