Skip to content

Commit 58e38af

Browse files
committed
parallel tests by default
1 parent 6a60b2e commit 58e38af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ lint.isort.required-imports = [
168168
max_supported_python = "3.13"
169169

170170
[tool.pytest.ini_options]
171-
addopts = "-ra --color=yes"
171+
addopts = "-ra --color=yes --numprocesses=auto"
172172
testpaths = [
173173
"Tests",
174174
]

0 commit comments

Comments
 (0)