mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-07-16 12:08:04 +00:00
Fix tests and fixtures relying on expired pgp keys
PGP tests relied on expired gpg keys: upgrade with newer Debian keys from https://ftp-master.debian.org/keys.html. Download new fixtures files from http://ftp.debian.org/debian/dists/buster/
This commit is contained in:
@@ -15,7 +15,7 @@ def sorted_processor(output):
|
||||
|
||||
def ungzip_if_required(output):
|
||||
if output.startswith("\x1f\x8b"):
|
||||
return zlib.decompress(output, 16+zlib.MAX_WBITS)
|
||||
return zlib.decompress(output, 16 + zlib.MAX_WBITS)
|
||||
|
||||
return output
|
||||
|
||||
|
||||
Reference in New Issue
Block a user