Skip to content

Commit d2f4a3c

Browse files
committed
Skip test_solve for numpy 1.26.2 as well
1 parent 9c0a539 commit d2f4a3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

numpy-skips.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ array_api_tests/test_set_functions.py
1212
# newaxis not included in numpy namespace as of v1.26.2
1313
array_api_tests/test_constants.py::test_newaxis
1414

15+
# linalg.solve issue in numpy.array_api as of v1.26.2 (see numpy#25146)
16+
array_api_tests/test_linalg.py::test_solve
17+
1518
# https://github.com/numpy/numpy/issues/21373
1619
array_api_tests/test_array_object.py::test_getitem
1720

0 commit comments

Comments
 (0)