We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb22d73 commit f90fbc5Copy full SHA for f90fbc5
ci/scripts/python_test.sh
@@ -70,3 +70,4 @@ export PYARROW_TEST_S3
70
71
# Testing PyArrow
72
pytest -r s ${PYTEST_ARGS} --pyargs pyarrow
73
+pytest -r ${PYTEST_RST_ARGS}
compose.yaml
@@ -1529,7 +1529,8 @@ services:
1529
LANG: "C.UTF-8"
1530
BUILD_DOCS_CPP: "ON"
1531
BUILD_DOCS_PYTHON: "ON"
1532
- PYTEST_ARGS: "--doctest-modules --doctest-cython --doctest-glob='*.rst' docs/source/python/*.rst"
+ PYTEST_ARGS: "--doctest-modules --doctest-cython"
1533
+ PYTEST_RST_ARGS: "--doctest-glob='*.rst' docs/source/python"
1534
volumes: *conda-volumes
1535
command:
1536
["/arrow/ci/scripts/cpp_build.sh /arrow /build &&
0 commit comments