Skip to content

Commit ca35489

Browse files
committed
Ignore Python 3.13 warning
1 parent 437ef17 commit ca35489

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

numcodecs/tests/test_compat.py

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ def test_ensure_bytes_invalid_inputs():
6464
ensure_bytes(e)
6565

6666

67+
@pytest.mark.filterwarnings("ignore:The 'u' type code is deprecated and will be removed in Python 3.16")
6768
def test_ensure_contiguous_ndarray_invalid_inputs():
6869
# object array not allowed
6970
a = np.array(['Xin chào thế giới'], dtype=object)

0 commit comments

Comments
 (0)