mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
Fix some failing system tests
This commit is contained in:
@@ -18,12 +18,12 @@
|
||||
"Architectures": "amd64 arm64 armel armhf i386",
|
||||
"Codename": "stretch",
|
||||
"Components": "updates/main updates/contrib updates/non-free",
|
||||
"Date": "Tue, 02 Nov 2021 02:21:49 UTC",
|
||||
"Date": "Tue, 25 Jan 2022 13:32:17 UTC",
|
||||
"Description": " Debian 9 Security Updates\n",
|
||||
"Label": "Debian-Security",
|
||||
"Origin": "Debian",
|
||||
"Suite": "oldoldstable",
|
||||
"Valid-Until": "Fri, 12 Nov 2021 02:21:49 UTC",
|
||||
"Valid-Until": "Fri, 04 Feb 2022 13:32:17 UTC",
|
||||
"Version": "9"
|
||||
},
|
||||
"LastDownloadDate": "0001-01-01T00:00:00Z",
|
||||
|
||||
@@ -411,6 +411,7 @@ class CreateMirror32Test(BaseTest):
|
||||
"""
|
||||
create mirror: repo with Release + Release.gpg verification (gpg2)
|
||||
"""
|
||||
skipTest = "Requesting obsolete file - stretch/InRelease"
|
||||
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror32 http://cdn-fastly.deb.debian.org/debian/ stretch"
|
||||
fixtureGpg = True
|
||||
requiresGPG2 = True
|
||||
|
||||
Reference in New Issue
Block a user