diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-25 16:26:03 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-25 16:26:03 -0500 |
commit | e6e1b417fd09d0b1f4ff6e54019fe7bebc0ec25c (patch) | |
tree | 6ec2130d8ac42a20f59e93dfdffd32294e74783f /pytest.ini | |
parent | 4f034181c870030ed5f2c67e830bc1ae67176f41 (diff) | |
parent | 458c09bdb2be4d39b8897db790349cc89faf3e6c (diff) | |
download | cryptography-e6e1b417fd09d0b1f4ff6e54019fe7bebc0ec25c.tar.gz cryptography-e6e1b417fd09d0b1f4ff6e54019fe7bebc0ec25c.tar.bz2 cryptography-e6e1b417fd09d0b1f4ff6e54019fe7bebc0ec25c.zip |
Merge pull request #958 from public/openssl-loading-backend-iface
Rename OpenSSLSerializationBackend
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,4 +8,5 @@ markers = hmac: this test requires a backend providing HMACBackend pbkdf2hmac: this test requires a backend providing PBKDF2HMACBackend rsa: this test requires a backend providing RSABackend + traditional_openssl_serialization: this test requires a backend providing TraditionalOpenSSLSerializationBackend supported: parametrized test requiring only_if and skip_message |