Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 0 additions & 2 deletions ci/run_cudf_polars_polars_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ python "${TIMEOUT_TOOL_PATH}" --enable-python 5400 \
--dist=worksteal \
--tb=native \
--durations 10 --durations-min 10 \
-ra \
$DESELECTED_TESTS_STR \
"$@" \
py-polars/tests \
Expand All @@ -97,7 +96,6 @@ python "${TIMEOUT_TOOL_PATH}" --enable-python 5400 \
--dist=worksteal \
--tb=native \
--durations 10 --durations-min 10 \
-ra \
$DESELECTED_TESTS_STR \
"$@" \
py-polars/tests \
Expand Down
3 changes: 1 addition & 2 deletions ci/test_python_other.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ rapids-logger "pytest cudf-polars"
--cov=cudf_polars \
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cudf-polars-coverage.xml" \
--cov-report=term \
--durations=10 --durations-min=10 \
-ra
--durations=10 --durations-min=10

rapids-logger "pytest cudf_streaming"
timeout 30m ./ci/run_cudf_streaming_pytests.sh \
Expand Down
Loading