Skip to content

Commit

Permalink
system-tests: fix flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
neolynx committed Feb 4, 2024
1 parent a01692d commit c3cb245
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
max-line-length = 200
max-line-length = 240
ignore = E126,E241,E741,W504
include =
system
exclude =
system/env
system/env
2 changes: 2 additions & 0 deletions system/t04_mirror/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,7 @@ class CreateMirror30Test(BaseTest):
def outputMatchPrepare(self, s):
return re.sub(r'Signature made .* using', '', s)


class CreateMirror31Test(BaseTest):
"""
create mirror: repo with Release + Release.gpg verification (internal GPG implementation)
Expand All @@ -417,6 +418,7 @@ def outputMatchPrepare(self, s):
def teardown(self):
self.run_cmd(["rm", "-f", os.path.join(os.environ["HOME"], ".gnupg/aptlytest-gpg1.gpg")])


class CreateMirror32Test(BaseTest):
"""
create mirror: repo with Release + Release.gpg verification (gpg2)
Expand Down

0 comments on commit c3cb245

Please sign in to comment.