aboutsummaryrefslogtreecommitdiffstats
path: root/tests/primitives/test_nist.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/primitives/test_nist.py')
-rw-r--r--tests/primitives/test_nist.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/primitives/test_nist.py b/tests/primitives/test_nist.py
index 651f0415..eb46a846 100644
--- a/tests/primitives/test_nist.py
+++ b/tests/primitives/test_nist.py
@@ -10,8 +10,7 @@ from cryptography.primitives.block import BlockCipher, ciphers, modes, padding
from ..utils import load_nist_vectors_from_file
-class TestAES_CBC:
-
+class TestAES_CBC(object):
@pytest.mark.parametrize(("key", "iv", "plaintext", "ciphertext"),
load_nist_vectors_from_file(
"AES/KAT/CBCGFSbox128.rsp",