Skip to content

Commit 03e784f

Browse files
committed
fix skip
1 parent 7fce3af commit 03e784f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,7 @@ async def test_orthogonal_set_total_slice() -> None:
13411341

13421342

13431343
@pytest.mark.skipif(
1344-
Version(numcodecs.__version__) <= Version("0.15.1"),
1344+
Version(numcodecs.__version__) < Version("0.15.1"),
13451345
reason="codec configuration is overwritten on older versions. GH2800",
13461346
)
13471347
def test_roundtrip_numcodecs() -> None:

0 commit comments

Comments
 (0)