From f78560233d70fe343688ad45597fcfbf96a43bd7 Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Fri, 20 Jun 2014 14:27:51 +0100 Subject: Fix EC issue on Fedora 20 --- tests/hazmat/backends/test_openssl.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/hazmat/backends/test_openssl.py') diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py index f9e692b4..7aa8f0f0 100644 --- a/tests/hazmat/backends/test_openssl.py +++ b/tests/hazmat/backends/test_openssl.py @@ -484,11 +484,6 @@ class TestOpenSSLNoEllipticCurve(object): None, None ) is False - def test_supported_curves(self, monkeypatch): - monkeypatch.setattr(backend._lib, "Cryptography_HAS_EC", 0) - - assert backend._supported_curves() == [] - class TestDeprecatedRSABackendMethods(object): def test_create_rsa_signature_ctx(self): -- cgit v1.2.3