We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc271d9 commit 122c589Copy full SHA for 122c589
1 file changed
tests.py
@@ -24,7 +24,7 @@ def __eq__(self, other):
24
25
class test_numpy_msgpack(TestCase):
26
def setUp(self):
27
- patch()
+ patch(allow_pickle=True)
28
29
def encode_decode(self, x, use_list=True, max_bin_len=-1):
30
x_enc = msgpack.packb(x)
0 commit comments