Skip to content

Commit f90fbc5

Browse files
committed
Try running doctest-glob separately
1 parent bb22d73 commit f90fbc5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ci/scripts/python_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ export PYARROW_TEST_S3
7070

7171
# Testing PyArrow
7272
pytest -r s ${PYTEST_ARGS} --pyargs pyarrow
73+
pytest -r ${PYTEST_RST_ARGS}

compose.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1529,7 +1529,8 @@ services:
15291529
LANG: "C.UTF-8"
15301530
BUILD_DOCS_CPP: "ON"
15311531
BUILD_DOCS_PYTHON: "ON"
1532-
PYTEST_ARGS: "--doctest-modules --doctest-cython --doctest-glob='*.rst' docs/source/python/*.rst"
1532+
PYTEST_ARGS: "--doctest-modules --doctest-cython"
1533+
PYTEST_RST_ARGS: "--doctest-glob='*.rst' docs/source/python"
15331534
volumes: *conda-volumes
15341535
command:
15351536
["/arrow/ci/scripts/cpp_build.sh /arrow /build &&

0 commit comments

Comments
 (0)