Tom-Newton opened a new issue, #40509:
URL: https://github.com/apache/arrow/issues/40509
### Describe the enhancement requested
Currently the Mac OS python tests skip most of the test cases for Azure and
S3 filesystems. This is because `azurite` and `minio` are not installed.
```
SKIPPED [2]
../../../../../Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyarrow/tests/test_fs.py:607:
`minio` command cannot be located
```
```
SKIPPED [1]
../../../../../Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyarrow/tests/test_fs.py:607:
Command ['azurite-blob', '--location',
local('/private/var/folders/24/8k48jl6d249_n_qfxwsl6xvm0000gn/T/pytest-of-runner/pytest-0'),
'--blobPort', '49265'] failed to execute: [Errno 2] No such file or directory:
'azurite-blob'
```
https://github.com/apache/arrow/actions/runs/8263216830/job/22604137976
I believe these need to be installed
[here](https://github.com/apache/arrow/blob/main/.github/workflows/python.yml#L158-L183)
### Component(s)
Continuous Integration
--
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]