Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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