Skip to content

Commit b50e45b

Browse files
committed
Update NumPy workflow xfails
1 parent e20ca96 commit b50e45b

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

.github/workflows/numpy.yml

+3-12
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,10 @@ jobs:
3737
array_api_tests/test_signatures.py::test_function_positional_args[__dlpack__]
3838
array_api_tests/test_signatures.py::test_function_positional_args[__dlpack_device__]
3939
array_api_tests/test_signatures.py::test_function_positional_args[from_dlpack]
40+
array_api_tests/test_signatures.py::test_function_positional_args[to_device]
4041
array_api_tests/test_signatures.py::test_function_keyword_only_args[__dlpack__]
41-
# Updates to the spec since the last change to numpy.array_api
42-
# These will fail until NumPy is updated
43-
array_api_tests/test_signatures.py::test_has_names[__index__]
44-
array_api_tests/test_signatures.py::test_has_names[to_device]
45-
array_api_tests/test_signatures.py::test_has_names[mT]
46-
array_api_tests/test_signatures.py::test_has_names[tril]
47-
array_api_tests/test_signatures.py::test_has_names[triu]
48-
array_api_tests/test_signatures.py::test_has_names[matrix_transpose]
49-
array_api_tests/test_signatures.py::test_has_names[permute_dims]
50-
array_api_tests/test_signatures.py::test_function_positional_args[__index__]
51-
array_api_tests/test_signatures.py::test_function_keyword_only_args[prod]
52-
array_api_tests/test_signatures.py::test_function_keyword_only_args[sum]
42+
# floor_divide has an issue related to https://github.com/data-apis/array-api/issues/264
43+
array_api_tests/test_elementwise_functions.py::test_floor_divide
5344
5445
EOF
5546

0 commit comments

Comments
 (0)