Skip to content

Commit 0ca6fbb

Browse files
committed
chore: dogfood pytest-xdist
1 parent b5273b8 commit 0ca6fbb

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
@@ -3,7 +3,7 @@ requires = ["setuptools-scm==6.3.2", "wheel==0.37.0", "auditwheel==5.0.0"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.pytest.ini_options]
6-
addopts = "-Wall -rsx -vv -s"
6+
addopts = "-Wall -rsx -vv -s --numprocesses=auto"
77
markers = [
88
"skip_browser",
99
"only_browser",

0 commit comments

Comments
 (0)