Skip to content

Commit d2e5401

Browse files
committed
Explain why these tests are handled differently
1 parent 0bd6fdd commit d2e5401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/run-tests

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ run_test "pyspark/conf.py"
5454
if [ -n "$_RUN_SQL_TESTS" ]; then
5555
run_test "pyspark/sql.py"
5656
fi
57+
# These tests are included in the module-level docs, and so must
58+
# be handled on a higher level rather than within the python file.
5759
export PYSPARK_DOC_TEST=1
5860
run_test "pyspark/broadcast.py"
5961
run_test "pyspark/accumulators.py"

0 commit comments

Comments
 (0)