File tree 3 files changed +2
-8
lines changed
3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change 5
5
omit =
6
6
sparse/_version.py
7
7
sparse/tests/*
8
+ sparse/numba_backend/tests/*
8
9
9
10
[report]
10
11
exclude_lines =
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ jobs:
150
150
SPARSE_BACKEND : Finch
151
151
run : |
152
152
cd ${GITHUB_WORKSPACE}/array-api-tests
153
- pytest array_api_tests/test_signatures.py -v -c pytest.ini --ci --max-examples=2 --derandomize --disable-deadline --skips -file ${GITHUB_WORKSPACE}/ci/array-api-skips.txt
153
+ pytest array_api_tests/test_signatures.py -v -c pytest.ini --ci --max-examples=2 --derandomize --disable-deadline -o xfail_strict=True --xfails -file ${GITHUB_WORKSPACE}/ci/array-api-skips.txt
154
154
on :
155
155
# Trigger the workflow on push or pull request,
156
156
# but only for the main branch
Original file line number Diff line number Diff line change @@ -36,20 +36,13 @@ array_api_tests/test_signatures.py::test_func_signature[iinfo]
36
36
array_api_tests/test_signatures.py::test_func_signature[result_type]
37
37
38
38
# bitwise functions
39
- array_api_tests/test_signatures.py::test_func_signature[bitwise_left_shift]
40
- array_api_tests/test_signatures.py::test_func_signature[bitwise_invert]
41
- array_api_tests/test_signatures.py::test_func_signature[bitwise_right_shift]
42
- array_api_tests/test_signatures.py::test_func_signature[bitwise_and]
43
- array_api_tests/test_signatures.py::test_func_signature[bitwise_or]
44
- array_api_tests/test_signatures.py::test_func_signature[bitwise_xor]
45
39
array_api_tests/test_signatures.py::test_func_signature[logical_and]
46
40
array_api_tests/test_signatures.py::test_func_signature[logical_not]
47
41
array_api_tests/test_signatures.py::test_func_signature[logical_or]
48
42
array_api_tests/test_signatures.py::test_func_signature[logical_xor]
49
43
50
44
# other functions
51
45
array_api_tests/test_signatures.py::test_func_signature[concat]
52
- array_api_tests/test_signatures.py::test_func_signature[permute_dims]
53
46
array_api_tests/test_signatures.py::test_func_signature[reshape]
54
47
array_api_tests/test_signatures.py::test_func_signature[argsort]
55
48
array_api_tests/test_signatures.py::test_func_signature[sort]
You can’t perform that action at this time.
0 commit comments