File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -148,11 +148,11 @@ diff-cover.html: coverage.xml
148
148
149
149
# # test : run the ${MODULE} test suite
150
150
test : $(pysources )
151
- python setup.py test --addopts " -n auto"
151
+ python setup.py test --addopts " -n auto --dist=loadfile "
152
152
153
153
# # testcov : run the ${MODULE} test suite and collect coverage
154
154
testcov : $(pysources )
155
- python setup.py test --addopts " --cov cwltool -n auto"
155
+ python setup.py test --addopts " --cov cwltool -n auto --dist=loadfile "
156
156
157
157
sloccount.sc : ${PYSOURCES} Makefile
158
158
sloccount --duplicates --wide --details $^ > $@
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ run_tests() {
15
15
mod_loc=$( pip show ${package} |
16
16
grep ^Location | awk ' {print $2}' ) /${module}
17
17
${test_prefix} bin/py.test " --ignore=${mod_loc} /schemas/" \
18
- --pyarg -x ${module} -n auto
18
+ --pyarg -x ${module} -n auto --dist=loadfile
19
19
}
20
20
pipver=7.0.2 # minimum required version of pip
21
21
setuptoolsver=24.2.0 # required to generate correct metadata for
You can’t perform that action at this time.
0 commit comments