From 8ca72cf546b70832cb2e32963346b05d9ce1a086 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Thu, 7 Jan 2016 15:00:20 -0800 Subject: give a real EVP_PKEY with an invalid default key type to the test --- tests/hazmat/backends/test_openssl.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') diff --git a/tests/hazmat/backends/test_openssl.py b/tests/hazmat/backends/test_openssl.py index 40cfc323..e0555686 100644 --- a/tests/hazmat/backends/test_openssl.py +++ b/tests/hazmat/backends/test_openssl.py @@ -10,8 +10,6 @@ import subprocess import sys import textwrap -import pretend - import pytest from cryptography import utils, x509 -- cgit v1.2.3