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 896a226 commit f54d680Copy full SHA for f54d680
ci/scripts/python_test.sh
@@ -70,4 +70,8 @@ export PYARROW_TEST_S3
70
71
# Testing PyArrow
72
pytest -r s ${PYTEST_ARGS} --pyargs pyarrow
73
-pytest ${PYTEST_RST_ARGS} ${arrow_dir}/docs/source/python
+
74
+# Testing RST documentation examples (if PYTEST_RST_ARGS is set)
75
+if [ -n "${PYTEST_RST_ARGS}" ]; then
76
+ pytest ${PYTEST_RST_ARGS} ${arrow_dir}/docs/source/python
77
+fi
0 commit comments