diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-05 08:55:09 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-05 08:55:09 -0500 |
commit | 6abaf40a591bbae5e2eeebb8a29e6558aeae047c (patch) | |
tree | 5e2a7de8ca3c3f32da66773fcf24a45555e57cd7 /pytest.ini | |
parent | 509343e400942e78f5c1d0d5f380002939b24266 (diff) | |
parent | 29474ac7dab3f5c8b664463ed28ec83b7b77250b (diff) | |
download | cryptography-6abaf40a591bbae5e2eeebb8a29e6558aeae047c.tar.gz cryptography-6abaf40a591bbae5e2eeebb8a29e6558aeae047c.tar.bz2 cryptography-6abaf40a591bbae5e2eeebb8a29e6558aeae047c.zip |
Merge pull request #739 from skeuomorf/dsa-backend
DSA backend
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ addopts = -r s markers = cipher: this test requires a backend providing CipherBackend + dsa: this test requires a backend providing DSABackend hash: this test requires a backend providing HashBackend hmac: this test requires a backend providing HMACBackend pbkdf2hmac: this test requires a backend providing PBKDF2HMACBackend |