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 6990d51 commit ca09a97Copy full SHA for ca09a97
pyproject.toml
@@ -259,7 +259,7 @@ check-commit.help = "Check the commit messages"
259
check-commit.cmd = "poetry run cz --no-raise 3 check --rev-range origin/master.."
260
261
test.help = "Run the test suite"
262
-test.cmd = "pytest -n 3 --dist=loadfile"
+test.cmd = "pytest -n auto --dist=loadfile"
263
264
"test:all".help = "Run the test suite on all supported Python versions"
265
"test:all".cmd = "tox --parallel"
0 commit comments