Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lbolla committed Feb 8, 2022
1 parent 1361bf2 commit e8ec638
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion system/t04_mirror/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ class CreateMirror31Test(BaseTest):
create mirror: repo with Release + Release.gpg verification (internal GPG implementation)
"""
runCmd = "aptly mirror create --keyring=aptlytest.gpg mirror11 http://cdn-fastly.deb.debian.org/debian/ stretch"
configOverride = {"gpgProvider": "internal", "max-tries": 1 }
configOverride = {"gpgProvider": "internal", "max-tries": 1}
fixtureGpg = True

def outputMatchPrepare(self, s):
Expand Down
3 changes: 2 additions & 1 deletion system/t04_mirror/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ class UpdateMirror11Test(BaseTest):
fixtureGpg = True
requiresFTP = True
fixtureCmds = [
"aptly mirror create -keyring=aptlytest.gpg -filter='Priority (required), Name (% s*)' -architectures=i386 stretch-main https://snapshot.debian.org/archive/debian/20220201T025006Z/ stretch main",
"aptly mirror create -keyring=aptlytest.gpg -filter='Priority (required), Name (% s*)' "
"-architectures=i386 stretch-main https://snapshot.debian.org/archive/debian/20220201T025006Z/ stretch main",
]
outputMatchPrepare = filterOutSignature
runCmd = "aptly mirror update -keyring=aptlytest.gpg stretch-main"
Expand Down

0 comments on commit e8ec638

Please sign in to comment.