aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_hkdf_vectors.py
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-01-22 17:19:50 -0800
committerDavid Reid <dreid@dreid.org>2014-02-03 10:05:26 -0800
commit41f12d769c8653e812d3979a3b87f1864fcec019 (patch)
treeef6bd14cf5bb1b86d225c4184e1509dabc285887 /tests/hazmat/primitives/test_hkdf_vectors.py
parent5443e9d949a1b720642ac25c2a2eb712515e77b0 (diff)
downloadcryptography-41f12d769c8653e812d3979a3b87f1864fcec019.tar.gz
cryptography-41f12d769c8653e812d3979a3b87f1864fcec019.tar.bz2
cryptography-41f12d769c8653e812d3979a3b87f1864fcec019.zip
Fix pep8.
Diffstat (limited to 'tests/hazmat/primitives/test_hkdf_vectors.py')
-rw-r--r--tests/hazmat/primitives/test_hkdf_vectors.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hazmat/primitives/test_hkdf_vectors.py b/tests/hazmat/primitives/test_hkdf_vectors.py
index 2595c956..2748e010 100644
--- a/tests/hazmat/primitives/test_hkdf_vectors.py
+++ b/tests/hazmat/primitives/test_hkdf_vectors.py
@@ -22,6 +22,7 @@ from cryptography.hazmat.primitives import hashes
from .utils import generate_hkdf_test
from ...utils import load_hkdf_vectors
+
@pytest.mark.supported(
only_if=lambda backend: backend.hash_supported(hashes.SHA1()),
skip_message="Does not support SHA1."