Skip to content

Commit

Permalink
Switch pytest-xdist algorithm to worksteal
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 5, 2024
1 parent 46da10e commit 538a88d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/test_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ timeout 20m pytest \
--cache-clear \
--junitxml="${RAPIDS_TESTS_DIR}/junit-cucim.xml" \
--numprocesses=8 \
--dist=loadscope \
--dist=worksteal \
--cov-config=.coveragerc \
--cov=cucim \
--cov-report=xml:"${RAPIDS_COVERAGE_DIR}/cucim-coverage.xml" \
Expand Down

0 comments on commit 538a88d

Please sign in to comment.