aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/hazmat/primitives/test_3des.py1
-rw-r--r--tests/hazmat/primitives/test_aes.py1
-rw-r--r--tests/hazmat/primitives/test_arc4.py1
-rw-r--r--tests/hazmat/primitives/test_blowfish.py1
-rw-r--r--tests/hazmat/primitives/test_camellia.py1
-rw-r--r--tests/hazmat/primitives/test_cast5.py1
-rw-r--r--tests/hazmat/primitives/test_hash_vectors.py1
7 files changed, 7 insertions, 0 deletions
diff --git a/tests/hazmat/primitives/test_3des.py b/tests/hazmat/primitives/test_3des.py
index 4c43898c..439ca258 100644
--- a/tests/hazmat/primitives/test_3des.py
+++ b/tests/hazmat/primitives/test_3des.py
@@ -19,6 +19,7 @@ from __future__ import absolute_import, division, print_function
import binascii
import os
+
import pytest
from cryptography.hazmat.primitives.ciphers import algorithms, modes
diff --git a/tests/hazmat/primitives/test_aes.py b/tests/hazmat/primitives/test_aes.py
index 5b706842..e9ef3853 100644
--- a/tests/hazmat/primitives/test_aes.py
+++ b/tests/hazmat/primitives/test_aes.py
@@ -15,6 +15,7 @@ from __future__ import absolute_import, division, print_function
import binascii
import os
+
import pytest
from cryptography.hazmat.primitives.ciphers import algorithms, modes
diff --git a/tests/hazmat/primitives/test_arc4.py b/tests/hazmat/primitives/test_arc4.py
index d506a8a1..f2e2452c 100644
--- a/tests/hazmat/primitives/test_arc4.py
+++ b/tests/hazmat/primitives/test_arc4.py
@@ -15,6 +15,7 @@ from __future__ import absolute_import, division, print_function
import binascii
import os
+
import pytest
from cryptography.hazmat.primitives.ciphers import algorithms
diff --git a/tests/hazmat/primitives/test_blowfish.py b/tests/hazmat/primitives/test_blowfish.py
index 2d5dc521..79ceabe7 100644
--- a/tests/hazmat/primitives/test_blowfish.py
+++ b/tests/hazmat/primitives/test_blowfish.py
@@ -15,6 +15,7 @@ from __future__ import absolute_import, division, print_function
import binascii
import os
+
import pytest
from cryptography.hazmat.primitives.ciphers import algorithms, modes
diff --git a/tests/hazmat/primitives/test_camellia.py b/tests/hazmat/primitives/test_camellia.py
index 0b6c37fb..c376220e 100644
--- a/tests/hazmat/primitives/test_camellia.py
+++ b/tests/hazmat/primitives/test_camellia.py
@@ -15,6 +15,7 @@ from __future__ import absolute_import, division, print_function
import binascii
import os
+
import pytest
from cryptography.hazmat.primitives.ciphers import algorithms, modes
diff --git a/tests/hazmat/primitives/test_cast5.py b/tests/hazmat/primitives/test_cast5.py
index 2ebc040b..a4789c65 100644
--- a/tests/hazmat/primitives/test_cast5.py
+++ b/tests/hazmat/primitives/test_cast5.py
@@ -15,6 +15,7 @@ from __future__ import absolute_import, division, print_function
import binascii
import os
+
import pytest
from cryptography.hazmat.primitives.ciphers import algorithms, modes
diff --git a/tests/hazmat/primitives/test_hash_vectors.py b/tests/hazmat/primitives/test_hash_vectors.py
index 5c9e9bed..d9febea9 100644
--- a/tests/hazmat/primitives/test_hash_vectors.py
+++ b/tests/hazmat/primitives/test_hash_vectors.py
@@ -14,6 +14,7 @@
from __future__ import absolute_import, division, print_function
import os
+
import pytest
from cryptography.hazmat.primitives import hashes