aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/twofactor/test_totp.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-25 11:30:32 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-25 11:30:32 -0800
commit553ebff3124f1a26e0ebaed4a62733d4880bc284 (patch)
tree962721117626c38cffeebe65e1807b96555906fc /tests/hazmat/primitives/twofactor/test_totp.py
parenteaf4595794516c7c3a4284dce1c9acc8faa122fa (diff)
parenteea08d9ffa93b4b0ffcdd2352e01615d4e3057e1 (diff)
downloadcryptography-553ebff3124f1a26e0ebaed4a62733d4880bc284.tar.gz
cryptography-553ebff3124f1a26e0ebaed4a62733d4880bc284.tar.bz2
cryptography-553ebff3124f1a26e0ebaed4a62733d4880bc284.zip
Merge pull request #689 from dreid/twofactor-cleanup
Cleanup twofactor docs and code.
Diffstat (limited to 'tests/hazmat/primitives/twofactor/test_totp.py')
-rw-r--r--tests/hazmat/primitives/twofactor/test_totp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/hazmat/primitives/twofactor/test_totp.py b/tests/hazmat/primitives/twofactor/test_totp.py
index 8877a70a..a4a108bc 100644
--- a/tests/hazmat/primitives/twofactor/test_totp.py
+++ b/tests/hazmat/primitives/twofactor/test_totp.py
@@ -24,7 +24,6 @@ vectors = load_vectors_from_file(
@pytest.mark.hmac
class TestTOTP(object):
-
@pytest.mark.supported(
only_if=lambda backend: backend.hmac_supported(hashes.SHA1()),
skip_message="Does not support HMAC-SHA1."