From 138377b86df0fd8eca25ab414624039495cf1614 Mon Sep 17 00:00:00 2001 From: Anton Volkov Date: Sun, 6 Sep 2026 13:17:28 +0200 Subject: [PATCH] Remove obsolete array API skip for test_dunder_dlpack The upstream fix for data-apis/array-api-tests#456 has been merged, so `test_dunder_dlpack` no longer needs to be skipped: it now tolerates the spec-mandated BufferError for a no-copy cross-device export, which dpnp already raises correctly. The conformance job checks out the array-api-tests default branch (unpinned), so the fix is already picked up. --- .github/workflows/array-api-skips.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/array-api-skips.txt b/.github/workflows/array-api-skips.txt index 2c94f9180fd..fb81a683e6d 100644 --- a/.github/workflows/array-api-skips.txt +++ b/.github/workflows/array-api-skips.txt @@ -1,7 +1,4 @@ # array API tests to be skipped -# data-apis/array-api-tests/issues/456 -array_api_tests/test_dlpack.py::test_dunder_dlpack - # data-apis/array-api/issues/1006 array_api_tests/test_special_cases.py::test_unary[tanh(real(x_i) is +infinity and isfinite(imag(x_i)) and imag(x_i) > 0) -> 1 + 0j]