aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/backends/test_openssl.py
diff options
context:
space:
mode:
authorAlex Stapleton <alex@ly.st>2014-06-20 14:27:51 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-06-20 20:34:14 +0100
commitf78560233d70fe343688ad45597fcfbf96a43bd7 (patch)
tree6d5158db79fb5e29c05e42b6694a9d43c215614e /tests/hazmat/backends/test_openssl.py
parent7894daa9a9bd42cd14f1ba72026e054b7ca3a000 (diff)
downloadcryptography-f78560233d70fe343688ad45597fcfbf96a43bd7.tar.gz
cryptography-f78560233d70fe343688ad45597fcfbf96a43bd7.tar.bz2
cryptography-f78560233d70fe343688ad45597fcfbf96a43bd7.zip
Fix EC issue on Fedora 20
Diffstat (limited to 'tests/hazmat/backends/test_openssl.py')
-rw-r--r--tests/hazmat/backends/test_openssl.py5
1 files changed, 0 insertions, 5 deletions
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):