Skip to content

Commit fcbeb30

Browse files
committed
nit
1 parent 5559de6 commit fcbeb30

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/test_common.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,10 @@ def test_asarray_cross_library(source_library, target_library, request):
147147
request.node.add_marker(
148148
pytest.mark.xfail(reason="Bug in dask raising error on conversion")
149149
)
150-
elif source_library == "ndonnx" and target_library not in ("numpy", "array_api_strict"):
150+
elif (
151+
source_library == "ndonnx"
152+
and target_library not in ("array_api_strict", "ndonnx", "numpy")
153+
):
151154
request.node.add_marker(
152155
pytest.mark.xfail(
153156
reason="The truth value of lazy Array Array(dtype=Boolean) is unknown"

0 commit comments

Comments
 (0)