diff options
| author | Ask Solem <ask@celeryproject.org> | 2013-09-10 14:33:32 +0100 |
|---|---|---|
| committer | Ask Solem <ask@celeryproject.org> | 2013-09-10 14:33:32 +0100 |
| commit | 26238dc49003126cb881b540c763a90c68b6c7e0 (patch) | |
| tree | 22882bcc84e7ef9d27402c4832a9e4f05a958e4c | |
| parent | 3c16928dcc2545fce18c44365979c1379ad676f8 (diff) | |
| download | kombu-26238dc49003126cb881b540c763a90c68b6c7e0.tar.gz | |
One more py33 test failure
| -rw-r--r-- | kombu/tests/test_serialization.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kombu/tests/test_serialization.py b/kombu/tests/test_serialization.py index 2c1b360d..6950dff4 100644 --- a/kombu/tests/test_serialization.py +++ b/kombu/tests/test_serialization.py @@ -188,7 +188,7 @@ class test_Serialization(TestCase): content_encoding='binary'), ) - @skip_if_not_module('msgpack') + @skip_if_not_module('msgpack', (ImportError, ValueError)) def test_msgpack_encode(self): register_msgpack() self.assertEqual( |
