Skip to content

Commit 3c50efc

Browse files
committed
TST: test with array-api-strict v2025.12
1 parent 28faf60 commit 3c50efc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,9 @@ def xp(
128128
# Possibly wrap module with array_api_compat
129129
xp = array_namespace(xp.empty(0))
130130

131+
if library.like(Backend.ARRAY_API_STRICT):
132+
xp.set_array_api_strict_flags(api_version="2025.12")
133+
131134
if library == Backend.ARRAY_API_STRICTEST:
132135
with xp.ArrayAPIStrictFlags(
133136
boolean_indexing=False,

0 commit comments

Comments
 (0)