Skip to content

Commit 1c9c14e

Browse files
committed
post rebase fix
1 parent 1f50fa5 commit 1c9c14e

File tree

4 files changed

+0
-19
lines changed

4 files changed

+0
-19
lines changed

ci/scripts/python_wheel_macos_build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ export SETUPTOOLS_SCM_PRETEND_VERSION=${PYARROW_VERSION}
178178

179179
pushd ${source_dir}/python
180180
python -m build --sdist --wheel . --no-isolation
181-
# We first populate stub docstrings and then build the wheel
182-
python setup.py build_ext --inplace
183-
# Install libcst for build-time stub docstring extraction
184-
python -m pip install libcst
185-
python setup.py bdist_wheel
186181
popd
187182

188183
echo "=== (${PYTHON_VERSION}) Show dynamic libraries the wheel depend on ==="

ci/scripts/python_wheel_windows_build.bat

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,6 @@ pushd C:\arrow\python
135135
@REM Build wheel
136136
%PYTHON_CMD% -m build --sdist --wheel . --no-isolation || exit /B 1
137137

138-
@REM We first populate stub docstrings and then build the wheel
139-
%PYTHON_CMD% setup.py build_ext --inplace
140-
@REM Install libcst for build-time stub docstring extraction
141-
%PYTHON_CMD% -m pip install libcst
142-
143-
@REM Build wheel
144-
%PYTHON_CMD% setup.py bdist_wheel || exit /B 1
145-
146138
@REM Repair the wheel with delvewheel
147139
@REM
148140
@REM Since we bundled the Arrow C++ libraries ourselves, we only need to

ci/scripts/python_wheel_xlinux_build.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,6 @@ export CMAKE_PREFIX_PATH=/tmp/arrow-dist
168168

169169
pushd /arrow/python
170170
python -m build --sdist --wheel . --no-isolation
171-
# We first populate stub docstrings and then build the wheel
172-
python setup.py build_ext --inplace
173-
# Install libcst for build-time stub docstring extraction
174-
python -m pip install libcst
175-
python setup.py bdist_wheel
176171

177172
echo "=== Strip symbols from wheel ==="
178173
mkdir -p dist/temp-fix-wheel

compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1531,7 +1531,6 @@ services:
15311531
BUILD_DOCS_PYTHON: "ON"
15321532
PYTEST_ARGS: "--doctest-modules --doctest-cython"
15331533
PYTEST_RST_ARGS: "--doctest-glob=*.rst"
1534-
PYARROW_TEST_ANNOTATIONS: "ON"
15351534
volumes: *conda-volumes
15361535
command:
15371536
["/arrow/ci/scripts/cpp_build.sh /arrow /build &&

0 commit comments

Comments
 (0)