aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_ec.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hazmat/primitives/test_ec.py')
-rw-r--r--tests/hazmat/primitives/test_ec.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/hazmat/primitives/test_ec.py b/tests/hazmat/primitives/test_ec.py
index 2594d5db..13bc11c9 100644
--- a/tests/hazmat/primitives/test_ec.py
+++ b/tests/hazmat/primitives/test_ec.py
@@ -765,12 +765,6 @@ class TestECDSAVerification(object):
public_key.verifier(1234, ec.ECDSA(hashes.SHA256()))
-class DummyECDHBackend(object):
- @classmethod
- def elliptic_curve_exchange_algorithm_supported(cls):
- return False
-
-
@pytest.mark.requires_backend_interface(interface=EllipticCurveBackend)
class TestECDHVectors(object):
@pytest.mark.parametrize(