Skip to content

Commit c61fd3e

Browse files
authored
--numprocesses=logical --dist=worksteal
1 parent 08f80f7 commit c61fd3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ extra_checks = true
201201
pretty = true
202202

203203
[tool.pytest]
204-
addopts = [ "-ra", "--color=auto", "--numprocesses=auto", "--dist=loadscope" ]
204+
addopts = [ "-ra", "--color=auto", "--numprocesses=logical", "--dist=worksteal" ]
205205
markers = [
206206
"isolated: tests that are not compatible with pytest-xdist (deselect with '-m \"not isolated\"')",
207207
]

0 commit comments

Comments
 (0)