We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d48b523 commit 2d01dfdCopy full SHA for 2d01dfd
tox.ini
@@ -52,7 +52,7 @@ uv_resolution =
52
53
commands =
54
python -c "import nitransforms; print(nitransforms.__version__)"
55
- pytest --durations=20 --durations-min=1.0 --cov-report term-missing {posargs:-n 0}
+ pytest --durations=20 --durations-min=1.0 --cov-report term-missing {posargs:-n auto}
56
57
[testenv:style]
58
description = Check our style guide
0 commit comments