From d55fa5b92e92675ef160c26126feb01751d91fb0 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 25 Oct 2014 17:59:56 -0700 Subject: make things happy --- tests/hazmat/primitives/test_ec.py | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests') diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py index 683df046..6aea58a5 100644 --- a/tests/hazmat/primitives/test_ec.py +++ b/tests/hazmat/primitives/test_ec.py @@ -71,17 +71,7 @@ class DummySignatureAlgorithm(object): algorithm = None -@utils.register_interface(EllipticCurveBackend) class DeprecatedDummyECBackend(object): - def _unimplemented(self): - raise NotImplementedError - - elliptic_curve_signature_algorithm_supported = _unimplemented - load_elliptic_curve_private_numbers = _unimplemented - load_elliptic_curve_public_numbers = _unimplemented - elliptic_curve_supported = _unimplemented - generate_elliptic_curve_private_key = _unimplemented - def elliptic_curve_private_key_from_numbers(self, numbers): return b"private_key" -- cgit v1.2.3