mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-06 22:18:28 +00:00
Fix system tests
This commit is contained in:
@@ -18,6 +18,9 @@ class GPGAPITestAddKey(APITest):
|
||||
"""
|
||||
POST /gpg/key
|
||||
"""
|
||||
|
||||
skipTest = "Using obsolete keys.gnupg.net"
|
||||
|
||||
def check(self):
|
||||
with tempfile.NamedTemporaryFile(suffix=".pub") as keyring:
|
||||
gpgkeyid = "9E3E53F19C7DE460"
|
||||
|
||||
Reference in New Issue
Block a user