diff options
Diffstat (limited to 'tests/hazmat/primitives')
-rw-r--r-- | tests/hazmat/primitives/test_block.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hazmat/primitives/test_block.py b/tests/hazmat/primitives/test_block.py index 68d6c849..acfd947c 100644 --- a/tests/hazmat/primitives/test_block.py +++ b/tests/hazmat/primitives/test_block.py @@ -158,6 +158,7 @@ class TestAEADCipherContext(object): ) +@pytest.mark.cipher class TestModeValidation(object): def test_cbc(self, backend): with pytest.raises(ValueError): |