We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce51ee9 commit 2559e4dCopy full SHA for 2559e4d
setup.cfg
@@ -24,6 +24,7 @@ test =
24
pytest-cov
25
pytest-doctestplus
26
pytest-httpserver
27
+ pytest-xdist
28
zstd =
29
pyzstd >= 0.14.3
30
all =
tools/ci/check.sh
@@ -25,7 +25,7 @@ elif [ "${CHECK_TYPE}" == "test" ]; then
cd for_testing
cp ../.coveragerc .
pytest --doctest-modules --doctest-plus --cov nibabel --cov-report xml \
- --junitxml=test-results.xml -v --pyargs nibabel
+ --junitxml=test-results.xml -v --pyargs nibabel -n auto
else
false
31
fi
0 commit comments