jorisvandenbossche commented on PR #43539: URL: https://github.com/apache/arrow/pull/43539#issuecomment-2278293719
No, it's not required to run the tests, only an optional test dependency (we regularly run into installation problems with it, I think). It seems it is not yet compatible with Python 3.13 (https://github.com/grpc/grpc/issues/34922), so we will have to skip installing it for our Python 3.13 builds. The package is coming as a dependency of installing the GCS testbench (`ci/scripts/install_gcs_testbench.sh`), and that script is called in `ci/docker/python-wheel-manylinux-test.dockerfile`. The install script knows about the Python version, so we can probably skip installing it based on that. --- Also, if you rebase/merge main, the MacOS wheel builds should now be fixed, so we can test them here as well -- 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