Skip to content

Commit

Permalink
Enable pytest-xdist runs for py-polars tests (#18016)
Browse files Browse the repository at this point in the history
This PR reduces CI time by parallelizing pytests execution for `py-polars` tests.

This PR:
```
========== 14748 passed, 28 skipped, 140 xfailed in 112.37s (0:01:52) ==========
```

On `branch-25.04`:
```
== 14748 passed, 28 skipped, 58 deselected, 140 xfailed in 529.08s (0:08:49) ===
```

Authors:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

Approvers:
  - Matthew Roeschke (https://github.com/mroeschke)
  - Gil Forsyth (https://github.com/gforsyth)

URL: #18016
  • Loading branch information
galipremsagar authored Feb 24, 2025
1 parent 3c698d0 commit 2b6dcb0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/run_cudf_polars_polars_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ python -m pytest \
--cache-clear \
-m "" \
-p cudf_polars.testing.plugin \
-v \
-n 8 \
--dist=worksteal \
-vv \
--tb=native \
$DESELECTED_TESTS_STR \
"$@" \
Expand Down

0 comments on commit 2b6dcb0

Please sign in to comment.