tox: pass --slowest to stestr

Since version 2.0.0, `stestr run` supports passing `--slowest` to show
the slowest tests.

Change-Id: I015781402962e5518f650057f32ba8c7f168aea9
This commit is contained in:
Antoine Musso 2020-01-21 10:44:10 +01:00
parent b96b81000d
commit 875f1e1ad7
1 changed files with 1 additions and 2 deletions

View File

@ -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