From 0eb04e76b80efef05a6d8f45e33d9306baf1282e Mon Sep 17 00:00:00 2001 From: Alex Carney Date: Tue, 12 Sep 2023 20:26:40 +0100 Subject: [PATCH] tox: Run pytest verbosely by default --- lib/esbonio/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/esbonio/tox.ini b/lib/esbonio/tox.ini index ffc1fa615..db4a63a3f 100644 --- a/lib/esbonio/tox.ini +++ b/lib/esbonio/tox.ini @@ -50,7 +50,7 @@ commands_pre = coverage erase commands = python ../../scripts/check-sphinx-version.py - pytest tests/sphinx-agent {posargs} + pytest tests/sphinx-agent {posargs:-vv} commands_post = coverage combine coverage report