aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-10-30 10:51:59 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2014-10-30 10:51:59 -0700
commitba0f2c157b9cd021232e9dec2363b6511af6c798 (patch)
tree9ac654bbdb81595da59956e79e71b958158e0cb4 /tests
parentb438a6f2d845661fa5a03993a299ca6c5064dab0 (diff)
downloadcryptography-ba0f2c157b9cd021232e9dec2363b6511af6c798.tar.gz
cryptography-ba0f2c157b9cd021232e9dec2363b6511af6c798.tar.bz2
cryptography-ba0f2c157b9cd021232e9dec2363b6511af6c798.zip
Don't mark this test class as implementing the interface.
It doesn't correctly implement it, that's sort of the point of this test.
Diffstat (limited to 'tests')
-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"