aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-07-05 11:36:57 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-07-05 11:36:57 -0400
commiteae9560f6801e9c89381c2616b795b9037f2a6a9 (patch)
tree13e81a597e506247be90b180dab9973004bcd692 /tests
parent46501ce22c662600f45b3fadca54387a4520c119 (diff)
downloadcryptography-eae9560f6801e9c89381c2616b795b9037f2a6a9.tar.gz
cryptography-eae9560f6801e9c89381c2616b795b9037f2a6a9.tar.bz2
cryptography-eae9560f6801e9c89381c2616b795b9037f2a6a9.zip
flake8 for the flkae8 god
Diffstat (limited to 'tests')
-rw-r--r--tests/test_x509.py1
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):