diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-05 11:36:57 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-07-05 11:36:57 -0400 |
commit | eae9560f6801e9c89381c2616b795b9037f2a6a9 (patch) | |
tree | 13e81a597e506247be90b180dab9973004bcd692 | |
parent | 46501ce22c662600f45b3fadca54387a4520c119 (diff) | |
download | cryptography-eae9560f6801e9c89381c2616b795b9037f2a6a9.tar.gz cryptography-eae9560f6801e9c89381c2616b795b9037f2a6a9.tar.bz2 cryptography-eae9560f6801e9c89381c2616b795b9037f2a6a9.zip |
flake8 for the flkae8 god
-rw-r--r-- | tests/test_x509.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_x509.py b/tests/test_x509.py index 6cc0fc48..b8c3b03a 100644 --- a/tests/test_x509.py +++ b/tests/test_x509.py @@ -953,7 +953,6 @@ class TestCertificateSigningRequestBuilder(object): builder.sign(private_key, hashes.SHA256(), backend) - @pytest.mark.requires_backend_interface(interface=DSABackend) @pytest.mark.requires_backend_interface(interface=X509Backend) class TestDSACertificate(object): |