Skip to content

Commit 6f20629

Browse files
CI: Fix min_versions job
1 parent 2aeffd3 commit 6f20629

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ extras = test
2020
setenv =
2121
COVERAGE_FILE = {env:COVERAGE_FILE:.coverage-{envname}}
2222
commands_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]

0 commit comments

Comments
 (0)