Skip to content

Commit 77ebd40

Browse files
committed
Remove skip for array-api-strict
1 parent 5b38b27 commit 77ebd40

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/array_api_extra/_lib/_backends.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ def pytest_param(self) -> Any:
5858
)
5959

6060
marks = []
61-
if self.like(Backend.ARRAY_API_STRICT):
62-
marks.append(
63-
pytest.mark.skipif(
64-
NUMPY_VERSION < (1, 26),
65-
reason="array_api_strict is untested on NumPy <1.26",
66-
)
67-
)
6861
if self.like(Backend.DASK, Backend.JAX):
6962
# Monkey-patched by lazy_xp_function
7063
marks.append(pytest.mark.thread_unsafe)

0 commit comments

Comments
 (0)