aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/testing
diff options
context:
space:
mode:
authorJ08nY2017-07-27 00:36:17 +0200
committerJ08nY2017-07-27 00:36:17 +0200
commit7db8f0e3df2bdabe0b7a08a6dde7ebd3ecd7c5e7 (patch)
tree589e1bbdf72149f79a1bb2e5cfe9d7be6e9fd318 /src/mailman_pgp/testing
parent2bfd77342291d9713a3bbbbf27ba0c5e8049ee45 (diff)
downloadmailman-pgp-7db8f0e3df2bdabe0b7a08a6dde7ebd3ecd7c5e7.tar.gz
mailman-pgp-7db8f0e3df2bdabe0b7a08a6dde7ebd3ecd7c5e7.tar.zst
mailman-pgp-7db8f0e3df2bdabe0b7a08a6dde7ebd3ecd7c5e7.zip
Diffstat (limited to 'src/mailman_pgp/testing')
-rw-r--r--src/mailman_pgp/testing/layers.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mailman_pgp/testing/layers.py b/src/mailman_pgp/testing/layers.py
index 34f6b1a..29a5c1d 100644
--- a/src/mailman_pgp/testing/layers.py
+++ b/src/mailman_pgp/testing/layers.py
@@ -63,6 +63,7 @@ def reset_pgp_soft():
class PGPLayer:
pass
+
# It's weird that ws have to do this, but for some reason nose2 test layers
# don't work when ws create a mixin class with the two classmethods
# and subclass both it and the respective Mailman Core test layer.