aboutsummaryrefslogtreecommitdiffstats
path: root/pytest.ini
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-28 17:09:59 -0600
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-01-28 17:09:59 -0600
commit1277bc7e993dec8bbe64f1b5aeaaae6cff6429dd (patch)
tree1b4b575b95dd9be7c43f0f06ce7b626348bf18cc /pytest.ini
parentb3f763f1beae2a5fa1fdd3c27b6e9cb777ce7f50 (diff)
downloadcryptography-1277bc7e993dec8bbe64f1b5aeaaae6cff6429dd.tar.gz
cryptography-1277bc7e993dec8bbe64f1b5aeaaae6cff6429dd.tar.bz2
cryptography-1277bc7e993dec8bbe64f1b5aeaaae6cff6429dd.zip
okay this time really finish the rename. Up example iterations to 100k
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 89fda539..2a1b6e9f 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -4,5 +4,5 @@ markers =
cipher: this test requires a backend providing CipherBackend
hash: this test requires a backend providing HashBackend
hmac: this test requires a backend providing HMACBackend
- pbkdf2: this test requires a backend providing PBKDF2Backend
+ pbkdf2hmac: this test requires a backend providing PBKDF2HMACBackend
supported: parametrized test requiring only_if and skip_message