We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b38b27 commit 77ebd40Copy full SHA for 77ebd40
src/array_api_extra/_lib/_backends.py
@@ -58,13 +58,6 @@ def pytest_param(self) -> Any:
58
)
59
60
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
68
if self.like(Backend.DASK, Backend.JAX):
69
# Monkey-patched by lazy_xp_function
70
marks.append(pytest.mark.thread_unsafe)
0 commit comments