Skip to content

Commit cfca811

Browse files
committed
Adjust skips
1 parent 208b633 commit cfca811

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ci/array-api-skips.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ array_api_tests/test_signatures.py::test_func_signature[ones]
2727
array_api_tests/test_signatures.py::test_func_signature[ones_like]
2828
array_api_tests/test_signatures.py::test_func_signature[zeros]
2929
array_api_tests/test_signatures.py::test_func_signature[zeros_like]
30-
array_api_tests/test_signatures.py::test_func_signature[astype]
3130
# inspection functions
3231
array_api_tests/test_signatures.py::test_func_signature[isdtype]
3332
array_api_tests/test_signatures.py::test_func_signature[result_type]
@@ -128,7 +127,6 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__isu
128127
# type promotion differences
129128
array_api_tests/test_operators_and_elementwise_functions.py::test_add[__add__(x, s)]
130129
array_api_tests/test_operators_and_elementwise_functions.py::test_divide[__truediv__(x, s)]
131-
array_api_tests/test_operators_and_elementwise_functions.py::test_floor_divide[__floordiv__(x, s)]
132130
array_api_tests/test_operators_and_elementwise_functions.py::test_multiply[__mul__(x, s)]
133131
array_api_tests/test_operators_and_elementwise_functions.py::test_subtract[__sub__(x, s)]
134132
# ArgumentError: invalid rational: zero(...)//zero(...)
@@ -264,7 +262,6 @@ array_api_tests/test_searching_functions.py::test_argmin
264262
array_api_tests/test_searching_functions.py::test_where
265263
# TODO: check error
266264
array_api_tests/test_searching_functions.py::test_nonzero
267-
array_api_tests/test_searching_functions.py::test_nonzero_zerodim_error
268265

269266
# test_set_functions
270267

@@ -298,7 +295,6 @@ array_api_tests/test_special_cases.py::test_unary[log(x_i < 0) -> NaN]
298295
array_api_tests/test_special_cases.py::test_unary[log1p(x_i < -1) -> NaN]
299296
array_api_tests/test_special_cases.py::test_unary[log2(x_i < 0) -> NaN]
300297
array_api_tests/test_special_cases.py::test_unary[log10(x_i < 0) -> NaN]
301-
array_api_tests/test_special_cases.py::test_unary[sign((x_i is -0 or x_i == +0)) -> 0]
302298
array_api_tests/test_special_cases.py::test_unary[signbit(x_i is +0) -> False]
303299
array_api_tests/test_special_cases.py::test_unary[signbit(x_i is -0) -> True]
304300
array_api_tests/test_special_cases.py::test_unary[signbit(x_i is +infinity) -> False]

0 commit comments

Comments
 (0)