aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-10-30 20:26:41 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-10-30 20:26:41 +0000
commit083091eaef3f84d23eee6c7390d074d05ef78d96 (patch)
tree9ac654bbdb81595da59956e79e71b958158e0cb4 /tests/hazmat
parentb438a6f2d845661fa5a03993a299ca6c5064dab0 (diff)
parentba0f2c157b9cd021232e9dec2363b6511af6c798 (diff)
downloadcryptography-083091eaef3f84d23eee6c7390d074d05ef78d96.tar.gz
cryptography-083091eaef3f84d23eee6c7390d074d05ef78d96.tar.bz2
cryptography-083091eaef3f84d23eee6c7390d074d05ef78d96.zip
Merge pull request #1454 from alex/not-your-interface
Don't mark this test class as implementing the interface.
Diffstat (limited to 'tests/hazmat')
-rw-r--r--tests/hazmat/primitives/test_ec.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py
index e6a9146c..6aea58a5 100644
--- a/tests/hazmat/primitives/test_ec.py
+++ b/tests/hazmat/primitives/test_ec.py
@@ -71,7 +71,6 @@ class DummySignatureAlgorithm(object):
algorithm = None
-@utils.register_interface(EllipticCurveBackend)
class DeprecatedDummyECBackend(object):
def elliptic_curve_private_key_from_numbers(self, numbers):
return b"private_key"