aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/testing/layers.py
diff options
context:
space:
mode:
authorJ08nY2017-07-19 19:39:57 +0200
committerJ08nY2017-07-19 19:40:33 +0200
commit63b7097f67dfcbd95c4df359d31374e8849a666c (patch)
treed61dd34d9d7d5a891d8c72176bdb0426afe4c562 /src/mailman_pgp/testing/layers.py
parentcd5a03dc4361d4fba5fb49773ce796eabc0bd8ce (diff)
downloadmailman-pgp-63b7097f67dfcbd95c4df359d31374e8849a666c.tar.gz
mailman-pgp-63b7097f67dfcbd95c4df359d31374e8849a666c.tar.zst
mailman-pgp-63b7097f67dfcbd95c4df359d31374e8849a666c.zip
Diffstat (limited to 'src/mailman_pgp/testing/layers.py')
-rw-r--r--src/mailman_pgp/testing/layers.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mailman_pgp/testing/layers.py b/src/mailman_pgp/testing/layers.py
index 9f80248..07eb386 100644
--- a/src/mailman_pgp/testing/layers.py
+++ b/src/mailman_pgp/testing/layers.py
@@ -64,10 +64,6 @@ def reset_pgp_soft():
# and subclass both it and the respective Mailman Core test layer.
class PGPConfigLayer(ConfigLayer):
@classmethod
- def setUp(cls):
- config.set('keypairs', 'autogenerate', 'no')
-
- @classmethod
def tearDown(cls):
reset_pgp_soft()