Skip to content

Commit 1e7393e

Browse files
committed
apacheGH-44111: [CI][Python] Enable S3 tests
1 parent 9ba789d commit 1e7393e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/python.yml

+4
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,10 @@ jobs:
188188
python -m pip install \
189189
-r python/requirements-build.txt \
190190
-r python/requirements-test.txt
191+
- name: Install MinIO
192+
run: |
193+
$(brew --prefix bash)/bin/bash \
194+
ci/scripts/install_minio.sh latest ${ARROW_HOME}
191195
- name: Setup ccache
192196
shell: bash
193197
run: ci/scripts/ccache_setup.sh

ci/scripts/python_test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ export PYARROW_TEST_PARQUET_ENCRYPTION
6969
export PYARROW_TEST_S3
7070

7171
# Testing PyArrow
72-
pytest -r s ${PYTEST_ARGS} --pyargs pyarrow
72+
pytest -r s -vs --pyargs pyarrow.tests.test_fs

0 commit comments

Comments
 (0)