Skip to content

Commit 58f5c1d

Browse files
committed
Remove redundant linalg xfail
Should be skipped by new `xp_extension()` mark
1 parent ab5fb2a commit 58f5c1d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/numpy.yml

-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131
"array_api_tests/test_creation_functions.py::test_linspace",
3232
# einsum is not yet completed in the spec
3333
"array_api_tests/test_signatures.py::test_has_names[einsum]",
34-
# The linalg extension is not yet implemented in NumPy
35-
"array_api_tests/test_signatures.py::test_has_names[linalg]",
3634
# dlpack support is not yet implemented in NumPy. https://github.com/numpy/numpy/pull/19083
3735
"array_api_tests/test_signatures.py::test_function_positional_args[__dlpack__]",
3836
"array_api_tests/test_signatures.py::test_function_positional_args[__dlpack_device__]",

0 commit comments

Comments
 (0)