From ba0f2c157b9cd021232e9dec2363b6511af6c798 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Thu, 30 Oct 2014 10:51:59 -0700 Subject: 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. --- tests/hazmat/primitives/test_ec.py | 1 - 1 file changed, 1 deletion(-) 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" -- cgit v1.2.3