We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1457c60 commit 849cb9fCopy full SHA for 849cb9f
1 file changed
pyproject.toml
@@ -73,6 +73,7 @@ optional-dependencies.tests = [
73
"pyroma>=5",
74
"pytest",
75
"pytest-cov",
76
+ "pytest-sugar",
77
"pytest-timeout",
78
"pytest-xdist",
79
"trove-classifiers>=2024.10.12",
@@ -208,7 +209,7 @@ lint.isort.required-imports = [
208
209
max_supported_python = "3.14"
210
211
[tool.pytest.ini_options]
-addopts = "-ra --color=auto"
212
+addopts = "-ra --color=auto --numprocesses=auto"
213
testpaths = [
214
"Tests",
215
]
0 commit comments