pitrou commented on PR #47150: URL: https://github.com/apache/arrow/pull/47150#issuecomment-3200069906
Sorry for not looking at this earlier, I was on holiday. 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") ``` Can you take a look at this @gmarkall ? -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org