We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a9db5 commit fd4bcd8Copy full SHA for fd4bcd8
numcodecs/tests/test_msgpacks.py
@@ -5,12 +5,7 @@
5
import nose
6
import numpy as np
7
from numpy.testing import assert_raises
8
-
9
-try:
10
- from numcodecs.msgpacks import MsgPack
11
-except ImportError:
12
- raise nose.SkipTest("no msgpack installed")
13
+from numcodecs.msgpacks import MsgPack
14
from numcodecs.tests.common import (check_config, check_repr,
15
check_encode_decode_objects)
16
0 commit comments