aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-04-23 20:58:37 +0100
committerAlex Stapleton <alexs@prol.etari.at>2014-04-25 21:30:57 +0100
commit458c09bdb2be4d39b8897db790349cc89faf3e6c (patch)
treefbd057d6ff05747cceb2138b4625bcff49e48fd6 /pytest.ini
parent28091767ff7fdf80cb1d3ae45915949dfe9793b5 (diff)
downloadcryptography-458c09bdb2be4d39b8897db790349cc89faf3e6c.tar.gz
cryptography-458c09bdb2be4d39b8897db790349cc89faf3e6c.tar.bz2
cryptography-458c09bdb2be4d39b8897db790349cc89faf3e6c.zip
Rename OpenSSLSerializationBackend
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index cb6a80a8..f717693d 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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