Skip to content

Commit 2e0f9bc

Browse files
jacalataclaude
andcommitted
chore: run tests in parallel with pytest-xdist
Adds -n auto to pytest addopts so the test suite uses all available CPU cores. Reduces local and CI run time from ~6 min to ~2 min. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 387d043 commit 2e0f9bc

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
@@ -67,7 +67,7 @@ exclude = ['/bin/']
6767

6868
[tool.pytest.ini_options]
6969
testpaths = ["test"]
70-
addopts = "--junitxml=./test.junit.xml"
70+
addopts = "--junitxml=./test.junit.xml -n auto"
7171

7272
[tool.versioneer]
7373
VCS = "git"

0 commit comments

Comments
 (0)