File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ extras = test
2020setenv =
2121 COVERAGE_FILE = {env:COVERAGE_FILE:.coverage-{envname}}
2222commands_pre =
23+ commands =
2324 - ipcluster stop --cluster-id ={[base]name}_{envname} --signal 9 --debug
2425 ipcluster start -n 2 --daemonize --log-to-file --cluster-id ={[base]name}_{envname} --debug
25- commands =
2626 pytest \
2727 --basetemp ={envtmpdir} \
2828 --cov ={[base]name} \
@@ -35,10 +35,11 @@ commands =
3535 --html reports/pytest-{envname}.html \
3636 --junit-xml =reports/pytest-{envname}.xml \
3737 --self-contained-html \
38+ --durations 10 \
39+ --durations-min =2.0 \
3840 --benchmark-skip \
3941 -k " not TestBenchmark" \
4042 {posargs}
41- commands_post =
4243 - ipcluster stop --cluster-id ={[base]name}_{envname} --signal 9 --debug
4344
4445[testenv:coverage]
You can’t perform that action at this time.
0 commit comments