commit | f0a50ae80aa613aa5cc6c4696113a844bf338ecb | [log] [tgz] |
---|---|---|
author | Andre Caron <andre.l.caron@gmail.com> | Sat Jun 06 20:44:06 2015 -0400 |
committer | Ian Cordasco <graffatcolmingov@gmail.com> | Wed Jun 24 13:35:50 2015 -0500 |
tree | 1e3929fde82ebda80582f774852f8de8b162e278 | |
parent | a9a5117f9aae4f0aa3e2e1bd3dcd6a93867c67a4 [diff] |
Fixes PEP8 issue in tests.
diff --git a/tests/test_x509.py b/tests/test_x509.py index 150eb6f..dc45815 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py
@@ -785,11 +785,6 @@ 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'),