From 22eb4c91914cd2f0ad2cb67ad27e5bfb60400492 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 27 Oct 2014 10:24:43 -0700 Subject: Added attributes that are part of hte interface to several test fakes --- tests/hazmat/primitives/test_block.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/hazmat/primitives/test_block.py') diff --git a/tests/hazmat/primitives/test_block.py b/tests/hazmat/primitives/test_block.py index 6ee230a7..14f76758 100644 --- a/tests/hazmat/primitives/test_block.py +++ b/tests/hazmat/primitives/test_block.py @@ -44,6 +44,7 @@ class DummyMode(object): @utils.register_interface(interfaces.CipherAlgorithm) class DummyCipher(object): name = "dummy-cipher" + key_size = None @pytest.mark.requires_backend_interface(interface=CipherBackend) -- cgit v1.2.3