diff --git a/cherry_picker/test_cherry_picker.py b/cherry_picker/test_cherry_picker.py index 7f8a793..e69dd74 100644 --- a/cherry_picker/test_cherry_picker.py +++ b/cherry_picker/test_cherry_picker.py @@ -113,6 +113,7 @@ def tmp_git_repo_dir(tmpdir, cd, git_init, git_commit, git_config): git_init() git_config("--local", "user.name", "Monty Python") git_config("--local", "user.email", "bot@python.org") + git_config("--local", "commit.gpgSign", "false") git_commit("Initial commit", "--allow-empty") yield repo_dir