diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-01-07 15:00:20 -0800 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-01-07 21:26:59 -0800 |
commit | 8ca72cf546b70832cb2e32963346b05d9ce1a086 (patch) | |
tree | 28adcaf6fe5b83360d02bb0871960381e2248d77 | |
parent | 8c66f74a94d96b5eae23413118ee0ab05d1a52bc (diff) | |
download | cryptography-8ca72cf546b70832cb2e32963346b05d9ce1a086.tar.gz cryptography-8ca72cf546b70832cb2e32963346b05d9ce1a086.tar.bz2 cryptography-8ca72cf546b70832cb2e32963346b05d9ce1a086.zip |
give a real EVP_PKEY with an invalid default key type to the test
-rw-r--r-- | tests/hazmat/backends/test_openssl.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 |