Skip to content

Commit f486969

Browse files
committed
TST: add skips for dask/expand_dims and numpy<2 isin
1 parent 3ececee commit f486969

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

dask-xfails.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ array_api_tests/test_searching_functions.py::test_searchsorted_with_scalars
140140
array_api_tests/test_linalg.py::test_eig
141141
array_api_tests/test_linalg.py::test_eigvals
142142

143+
array_api_tests/test_manipulation_functions.py::TestExpandDims::test_expand_dims_tuples
144+
143145
# Stubs have a comment: (**note**: libraries may return ``NaN`` to match Python behavior.)
144146
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]
145147
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i < 0) -> -infinity]

numpy-1-26-xfails.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ array_api_tests/test_operators_and_elementwise_functions.py::test_where_with_sca
5050
array_api_tests/test_creation_functions.py::test_meshgrid
5151
array_api_tests/test_data_type_functions.py::test_broadcast_arrays
5252

53+
# observed with numpy==1.26 only, looks like is fixed on numpy 2.x
54+
array_api_tests/test_set_functions.py::TestIsin::test_isin_scalars
5355

5456
# Stubs have a comment: (**note**: libraries may return ``NaN`` to match Python behavior.); Apparently, NumPy does just that
5557
array_api_tests/test_special_cases.py::test_binary[floor_divide(x1_i is +infinity and isfinite(x2_i) and x2_i > 0) -> +infinity]

0 commit comments

Comments
 (0)