python / cherry-picker

🐍🍒⛏ Utility script for backporting/cherry-picking CPython changes from master into one of the maintenance branches.
Apache License 2.0
49 stars 39 forks source link

Update tests to not sign commits made by them #44

Closed Jackenmen closed 2 years ago

Jackenmen commented 3 years ago

This makes running pytest locally less annoying if the developer is using GPG signing with a password prompt - it won't require interaction.

Jackenmen commented 2 years ago

Fixed the conflicts.