mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-01-12 03:21:33 +00:00
Try to fix test failing on CI
PublishRepo26Test fails to run because something in the CI environment forces gpg to ask for the user's password. Try to require gpg1 for the test, which seems to run fine in other environments.
This commit is contained in:
@@ -682,6 +682,7 @@ class PublishRepo26Test(BaseTest):
|
||||
"""
|
||||
publish repo: sign with passphrase
|
||||
"""
|
||||
requiresGPG1 = True
|
||||
fixtureCmds = [
|
||||
"aptly repo create local-repo",
|
||||
"aptly repo add local-repo ${files}",
|
||||
|
||||
Reference in New Issue
Block a user