Skip to content

Commit 384bb3b

Browse files
committed
MAINT: guard testing expand_dims with tuple axes for api_version >= 2025.12
1 parent a984c47 commit 384bb3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

array_api_tests/test_manipulation_functions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def test_expand_dims(self, x, axis):
156156
ph.add_note(exc, repro_snippet)
157157
raise
158158

159+
@pytest.mark.min_version("2025.12")
159160
@given(
160161
x=hh.arrays(dtype=hh.all_dtypes, shape=shared_shapes(max_dims=4)),
161162
axes=shared_shapes().flatmap(

0 commit comments

Comments
 (0)