Skip to content

Commit 122c589

Browse files
fix test
1 parent cc271d9 commit 122c589

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __eq__(self, other):
2424

2525
class test_numpy_msgpack(TestCase):
2626
def setUp(self):
27-
patch()
27+
patch(allow_pickle=True)
2828

2929
def encode_decode(self, x, use_list=True, max_bin_len=-1):
3030
x_enc = msgpack.packb(x)

0 commit comments

Comments
 (0)