Skip to content

Commit 07571e5

Browse files
committed
Re-enable VLenBytes round-trip None test
1 parent 58bc9c4 commit 07571e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

numcodecs/tests/test_vlen_bytes.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import sys
21
import unittest
32

43
import numpy as np
@@ -85,9 +84,6 @@ def test_decode_errors():
8584
codec.decode(enc, out=np.zeros(10, dtype='i4'))
8685

8786

88-
# TODO: fix this test on GitHub actions somehow...
89-
# See https://github.com/zarr-developers/numcodecs/issues/683
90-
@pytest.mark.skipif(sys.platform == "darwin", reason="Test is failing on macOS on GitHub actions.")
9187
def test_encode_none():
9288
a = np.array([b'foo', None, b'bar'], dtype=object)
9389
codec = VLenBytes()

0 commit comments

Comments
 (0)