gmarkall opened a new issue, #47371: URL: https://github.com/apache/arrow/issues/47371
### Describe the bug, including details regarding any error messages, version, and platform. @pitrou noted there is a problem with the CI running Numba-CUDA in #47150: > It's nice that the CI is green, but when looking [at the logs](https://github.com/ursacomputing/crossbow/actions/runs/16463747664/job/46536206638#step:6:5843) it seems the tests are actually skipped: > > ``` > =============================== warnings summary =============================== > arrow-dev/lib/python3.10/site-packages/pyarrow/tests/test_cuda_numba_interop.py:27 > /arrow-dev/lib/python3.10/site-packages/pyarrow/tests/test_cuda_numba_interop.py:27: PytestDeprecationWarning: > Module 'numba.cuda' was found, but when imported by pytest it raised: > ImportError('CUDA bindings not found. Please pip install the cuda-bindings package. Alternatively, install numba-cuda[cuXY], where XY is the required CUDA version, to install the binding automatically. If no CUDA bindings are desired, set the env var NUMBA_CUDA_USE_NVIDIA_BINDING=0 to enable ctypes bindings.') > In pytest 9.1 this warning will become an error by default. > You can fix the underlying problem, or alternatively overwrite this behavior and silence this warning by passing exc_type=ImportError explicitly. > See https://docs.pytest.org/en/stable/deprecations.html#pytest-importorskip-default-behavior-regarding-importerror > nb_cuda = pytest.importorskip("numba.cuda") > ``` This is because the variant that specifies the CUDA version was missing from the installation (when I made the original PR, this was optional, but it has since become mandatory). I will make a PR to resolve the issue shortly. ### Component(s) Python -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org