Skip to content

Commit 2f81d8e

Browse files
committed
Use all available CPU cores
1 parent c326bb2 commit 2f81d8e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ testpaths = ["tests"]
8585
filterwarnings = [
8686
"error",
8787
]
88+
addopts = [
89+
"--numprocesses=auto",
90+
]
8891

8992
[tool.coverage.run]
9093
branch = true

0 commit comments

Comments
 (0)