From ff3b007b84ed13d7658e74ab89385d324077084b Mon Sep 17 00:00:00 2001 From: cookiecutter-e3 Date: Tue, 29 Oct 2024 16:19:44 +0000 Subject: [PATCH] Update cookiecutter-e3 template on e3-aws --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 337816d..98c523f 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,7 @@ extras = test commands= pytest -vvv --ignore=build --html=pytest-report.html \ --junit-xml=pytest-report.xml --self-contained-html \ + --durations=10 \ xdist: -n auto \ cov: --e3-cov-rewrite {envsitepackagesdir} src \ cov: --cov {envsitepackagesdir}/e3/aws --cov-report= --cov-fail-under=0 \