summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAntoine Musso <hashar@free.fr>2020-01-21 10:44:10 +0100
committerAntoine Musso <hashar@free.fr>2020-01-21 10:44:10 +0100
commit875f1e1ad7a4e20b9dc4fb36faa637e1baade98c (patch)
treee190d2e0af4820464a455434c4050461980c1448 /tox.ini
parentb96b81000d2625f6db4b080b6c704e4dae1e350f (diff)
downloadzuul-875f1e1ad7a4e20b9dc4fb36faa637e1baade98c.tar.gz
tox: pass --slowest to stestr
Since version 2.0.0, `stestr run` supports passing `--slowest` to show the slowest tests. Change-Id: I015781402962e5518f650057f32ba8c7f168aea9
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index ba752e812..f3a436f24 100644
--- a/tox.ini
+++ b/tox.ini
@@ -34,8 +34,7 @@ deps =
docker =
docker: zookeeper:3.4
commands =
- bash -c 'stestr run --concurrency=`python -c "import multiprocessing; print(int(multiprocessing.cpu_count()/2))"` {posargs}'
- stestr slowest
+ bash -c 'stestr run --slowest --concurrency=`python -c "import multiprocessing; print(int(multiprocessing.cpu_count()/2))"` {posargs}'
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if