raulcd opened a new issue, #38183: URL: https://github.com/apache/arrow/issues/38183
### Describe the enhancement requested When creating the Wheels for Python 3.12 we found a couple of issues around the installation of GCS testbench. One of the problems is we do use the same version of Python we are creating the wheels for than the one we use to install GCS testbench. This causes issues like no wheels available etcetera. GCS testbench has added the ability to use pipx for the installation: https://github.com/googleapis/storage-testbench/pull/545#issuecomment-1749643329 And as suggested here: https://github.com/apache/arrow/pull/37901#issuecomment-1754862120 we should update our invocations on [C++](https://github.com/apache/arrow/blob/11d5ab64676f022e85c3386ffd9560c680a282a4/cpp/src/arrow/filesystem/gcsfs_test.cc#L110-L111), [Python](https://github.com/apache/arrow/blob/11d5ab64676f022e85c3386ffd9560c680a282a4/python/pyarrow/tests/conftest.py#L237) and [R](https://github.com/apache/arrow/blob/11d5ab64676f022e85c3386ffd9560c680a282a4/r/tests/testthat/test-gcs.R#L119-L124) tests. We also should use a specific version of Python that works with the specific GCS testbench being used. ### Component(s) Continuous Integration, 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
