Skip to content

Commit 98d2ac5

Browse files
committed
ci: shift cdist-group-steal to 2:10
Match the fix landing in concurrent clientless-* PRs (#134, #135, #136, #137, #138). pytest-cdist 0.3.x accepts only one steal entry, and 3:10 leaves the middle shard empty when file justification moves a large test file across the chunk boundary, failing CI.
1 parent e778d19 commit 98d2ac5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,9 @@ line-length = 120
385385

386386
[tool.pytest.ini_options]
387387
addopts = "--doctest-glob='*.md' --dist=loadgroup"
388-
cdist-group-steal = "3:10"
388+
# Keep the middle shard non-empty when file justification moves a large test file
389+
# across cdist chunk boundaries. pytest-cdist 0.3.x accepts only one steal entry.
390+
cdist-group-steal = "2:10"
389391
cdist-justify-items = "file"
390392
filterwarnings = [
391393
"ignore::DeprecationWarning:pkg_resources",

0 commit comments

Comments
 (0)