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 297e8e9 commit 84ddbc5Copy full SHA for 84ddbc5
tox.ini
@@ -106,6 +106,7 @@ commands =
106
--cov nibabel --cov-report xml:cov.xml \
107
--junitxml test-results.xml \
108
--durations=20 --durations-min=1.0 \
109
+ --dist worksteal \
110
--pyargs nibabel {posargs:-n auto}
111
112
[testenv:install]
@@ -190,6 +191,7 @@ commands =
190
191
--cov tests --cov nibabel --cov-report xml:cov.xml \
192
193
194
+ --dist loadgroup \
195
tests/ {posargs:-n auto}
196
197
[testenv:build{,-strict}]
0 commit comments