aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-03-30 13:56:33 +0800
committerAyrx <terrycwk1994@gmail.com>2014-03-30 14:18:50 +0800
commited63a7998d9340690d4237fca158f5031e122e2e (patch)
treec64d77ed0640a8c1ed10a8e554e63449a6f0d8d0 /tests
parenta7f6edfb9d26d81c748a71bfd64f179f3633af28 (diff)
downloadcryptography-ed63a7998d9340690d4237fca158f5031e122e2e.tar.gz
cryptography-ed63a7998d9340690d4237fca158f5031e122e2e.tar.bz2
cryptography-ed63a7998d9340690d4237fca158f5031e122e2e.zip
Add test skip if interfaces.Mode is not supported
Diffstat (limited to 'tests')
-rw-r--r--tests/hazmat/primitives/test_block.py1
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):