We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a984c47 commit 384bb3bCopy full SHA for 384bb3b
1 file changed
array_api_tests/test_manipulation_functions.py
@@ -156,6 +156,7 @@ def test_expand_dims(self, x, axis):
156
ph.add_note(exc, repro_snippet)
157
raise
158
159
+ @pytest.mark.min_version("2025.12")
160
@given(
161
x=hh.arrays(dtype=hh.all_dtypes, shape=shared_shapes(max_dims=4)),
162
axes=shared_shapes().flatmap(
0 commit comments