Skip to content

Commit fd4bcd8

Browse files
committed
always run msgpack tests
1 parent a5a9db5 commit fd4bcd8

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

numcodecs/tests/test_msgpacks.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@
55
import nose
66
import numpy as np
77
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-
8+
from numcodecs.msgpacks import MsgPack
149
from numcodecs.tests.common import (check_config, check_repr,
1510
check_encode_decode_objects)
1611

0 commit comments

Comments
 (0)