Skip to content

Commit 91662d1

Browse files
committed
GH-48281: [Python] Remove skip in Numba-CUDA interop tests
- Numba-CUDA 0.21.2 has been released, which fixes the API breakage that affected Numba-CUDA interop tests. - The previous commit fixes the installation of Numba-CUDA in the CI environment. - This commit removes the skip of the Numba-CUDA interop tests, with the aim of them running again and passing.
1 parent 9405ae8 commit 91662d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/pyarrow/tests/test_cuda_numba_interop.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
except ImportError:
2323
pytestmark = pytest.mark.numpy
2424

25-
pytest.skip("Numba integration tests broken by Numba API changes, see GH-48265",
26-
allow_module_level=True)
27-
2825
dtypes = ['uint8', 'int16', 'float32']
2926
cuda = pytest.importorskip("pyarrow.cuda")
3027
nb_cuda = pytest.importorskip("numba.cuda")

0 commit comments

Comments
 (0)