aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/testing/layers.py
diff options
context:
space:
mode:
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()