aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_x509.py
diff options
context:
space:
mode:
authorAndre Caron <andre.l.caron@gmail.com>2015-06-06 20:44:06 -0400
committerIan Cordasco <graffatcolmingov@gmail.com>2015-06-24 13:35:50 -0500
commitf0a50ae80aa613aa5cc6c4696113a844bf338ecb (patch)
tree1e3929fde82ebda80582f774852f8de8b162e278 /tests/test_x509.py
parenta9a5117f9aae4f0aa3e2e1bd3dcd6a93867c67a4 (diff)
downloadcryptography-f0a50ae80aa613aa5cc6c4696113a844bf338ecb.tar.gz
cryptography-f0a50ae80aa613aa5cc6c4696113a844bf338ecb.tar.bz2
cryptography-f0a50ae80aa613aa5cc6c4696113a844bf338ecb.zip
Fixes PEP8 issue in tests.
Diffstat (limited to 'tests/test_x509.py')
-rw-r--r--tests/test_x509.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/test_x509.py b/tests/test_x509.py
index 150eb6fc..dc45815c 100644
--- a/tests/test_x509.py
+++ b/tests/test_x509.py
@@ -785,11 +785,6 @@ class TestCertificateSigningRequestBuilder(object):
builder.subject_name('NotAName')
def test_add_unsupported_extension(self, backend):
- private_key = rsa.generate_private_key(
- public_exponent=65537,
- key_size=2048,
- backend=backend,
- )
builder = x509.CertificateSigningRequestBuilder().subject_name(
x509.Name([
x509.NameAttribute(x509.OID_COUNTRY_NAME, u'US'),