diff options
| author | J08nY | 2017-07-19 19:39:57 +0200 |
|---|---|---|
| committer | J08nY | 2017-07-19 19:40:33 +0200 |
| commit | 63b7097f67dfcbd95c4df359d31374e8849a666c (patch) | |
| tree | d61dd34d9d7d5a891d8c72176bdb0426afe4c562 /src/mailman_pgp/testing/layers.py | |
| parent | cd5a03dc4361d4fba5fb49773ce796eabc0bd8ce (diff) | |
| download | mailman-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.py | 4 |
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() |
