From 5cfff1478373f125c8e1d13bcbc7406f29860dee Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Wed, 26 Nov 2025 14:14:25 +0100 Subject: [PATCH] Trivial: report the slowest unit tests Change-Id: If65bbba04cc58418f01be4c71a16f356301ec447 Signed-off-by: Dmitry Tantsur --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5a9a83f79..6f79c0248 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ deps = -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -commands = stestr run {posargs} +commands = stestr run --slowest {posargs} passenv = http_proxy HTTP_PROXY