From b539417ae339f0057e5072022d102ff2a46d0ae6 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Tue, 14 Nov 2023 09:58:36 -0800 Subject: [PATCH] Update setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d8586de03..94f28ec7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ test=pytest xfail_strict = true # https://pytest-xdist.readthedocs.io/en/latest/known-limitations.html addopts = - -n auto --durations=0 --durations-min=1 + --verbose -n auto --durations=0 --durations-min=1 testpaths = test/unit_tests [isort]