mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
Don't gpg sign during test
This commit is contained in:
parent
7192665e31
commit
e1ec204be0
2 changed files with 8 additions and 9 deletions
|
|
@ -81,12 +81,7 @@ def test_allows_gitlfs(temp_git_dir): # pragma: no cover
|
|||
with temp_git_dir.as_cwd():
|
||||
# Work around https://github.com/github/git-lfs/issues/913
|
||||
cmd_output(
|
||||
'git',
|
||||
'commit',
|
||||
'--no-gpg-sign',
|
||||
'--allow-empty',
|
||||
'-m',
|
||||
'foo',
|
||||
'git', 'commit', '--no-gpg-sign', '--allow-empty', '-m', 'foo',
|
||||
)
|
||||
cmd_output('git', 'lfs', 'install')
|
||||
temp_git_dir.join('f.py').write('a' * 10000)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue