Skip to content

Commit

Permalink
Update tests to not sign commits made by them (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen authored Apr 15, 2022
1 parent 42e1af2 commit e23848b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cherry_picker/test_cherry_picker.py
Original file line number Diff line number Diff line change
Expand Up @@ -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", "[email protected]")
git_config("--local", "commit.gpgSign", "false")
git_commit("Initial commit", "--allow-empty")
yield repo_dir

Expand Down

0 comments on commit e23848b

Please sign in to comment.