raulcd commented on issue #44728: URL: https://github.com/apache/arrow/issues/44728#issuecomment-2487949577
I can't reproduce locally with: ``` $ PYTHON=3.11 PANDAS=latest NUMPY=latest docker compose build conda-python-pandas $ PYTHON=3.11 PANDAS=latest NUMPY=latest docker compose run conda-python-pandas ``` The test is successful: ``` opt/conda/envs/arrow/lib/python3.11/site-packages/pyarrow/tests/test_dlpack.py ............s ... 7539 passed, 231 skipped, 23 xfailed, 2 xpassed, 15 warnings in 202.04s (0:03:22) ``` The only skipped test is the cuda requiring one, the same skipped in CI: ``` SKIPPED [1] opt/conda/envs/arrow/lib/python3.11/site-packages/pyarrow/tests/test_dlpack.py:133: could not import 'pyarrow.cuda': No module named 'pyarrow._cuda' ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
