Skip to content

Commit e92c96b

Browse files
committed
Temporarily disable install_gcs_testbench
1 parent dbd90cc commit e92c96b

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

ci/docker/python-wheel-manylinux-test.dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ COPY python/requirements-wheel-test.txt /arrow/python/
2727
RUN pip install -r /arrow/python/requirements-wheel-test.txt
2828

2929
COPY ci/scripts/install_gcs_testbench.sh /arrow/ci/scripts/
30-
RUN PYTHON=python /arrow/ci/scripts/install_gcs_testbench.sh default
30+
# TODO: Temporarily disable installing GCS testbench
31+
# RUN PYTHON=python /arrow/ci/scripts/install_gcs_testbench.sh default

ci/scripts/python_wheel_windows_test.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ set PARQUET_TEST_DATA=C:\arrow\submodules\parquet-testing\data
4040
pip install -r C:\arrow\python\requirements-wheel-test.txt || exit /B 1
4141

4242
@REM Install GCS testbench
43-
call "C:\arrow\ci\scripts\install_gcs_testbench.bat"
43+
@REM TODO: Temporarily disable installing GCS testbench
44+
@REM call "C:\arrow\ci\scripts\install_gcs_testbench.bat"
4445

4546
@REM Install the built wheels
4647
python -m pip install --no-index --find-links=C:\arrow\python\dist\ pyarrow || exit /B 1

dev/tasks/python-wheels/github.osx.amd64.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,8 @@ jobs:
117117
source test-amd64-env/bin/activate
118118
pip install --upgrade setuptools pip wheel
119119
arch -x86_64 pip install -r arrow/python/requirements-wheel-test.txt
120-
PYTHON=python arch -x86_64 arrow/ci/scripts/install_gcs_testbench.sh default
120+
# TODO: Temporarily disable installing GCS testbench
121+
# PYTHON=python arch -x86_64 arrow/ci/scripts/install_gcs_testbench.sh default
121122
arch -x86_64 arrow/ci/scripts/python_wheel_unix_test.sh $(pwd)/arrow
122123
123124
{{ macros.github_upload_releases("arrow/python/repaired_wheels/*.whl")|indent }}

dev/tasks/python-wheels/github.osx.arm64.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,9 @@ jobs:
105105
LDFLAGS=-L$(brew --prefix libffi)/lib CFLAGS=-I$(brew --prefix libffi)/include \
106106
pip install cffi --no-binary :all:
107107
pip install -r arrow/python/requirements-wheel-test.txt
108-
PYTHON=python arrow/ci/scripts/install_gcs_testbench.sh default
109-
arrow/ci/scripts/python_wheel_unix_test.sh $(pwd)/arrow
108+
# TODO: Temporarily disable installing GCS testbench
109+
# PYTHON=python arrow/ci/scripts/install_gcs_testbench.sh default
110+
arrow/ci/scripts/python_wheel_unix_test.sh $(pwd)/arrow
110111
111112
- name: Upload artifacts
112113
shell: bash

0 commit comments

Comments
 (0)