Skip to content

Commit

Permalink
ARROW-18074: [CI] Running ctest for PyArrow C++ not needed anymore (#…
Browse files Browse the repository at this point in the history
…14435)

As #14117 is merged separate run of `ctest` for `PyArrow C++` tests is not needed anymore and is removed in this PR.

Authored-by: Alenka Frim <[email protected]>
Signed-off-by: Antoine Pitrou <[email protected]>
  • Loading branch information
AlenkaF authored and kou committed Oct 20, 2022
1 parent 4a985ff commit 5e48f9f
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions ci/scripts/python_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,5 @@ export PYARROW_TEST_ORC
export PYARROW_TEST_PARQUET
export PYARROW_TEST_S3

# Testing PyArrow C++
if [ "${ARROW_BUILD_TESTS}" == "ON" ]; then
pushd ${test_dir}
ctest \
--output-on-failure \
--parallel ${n_jobs} \
--timeout 300
popd
fi
# Testing PyArrow
pytest -r s ${PYTEST_ARGS} --pyargs pyarrow

0 comments on commit 5e48f9f

Please sign in to comment.