From 887c68d05da465527931993850bffe986ff32dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 5 Mar 2020 09:51:06 +0100 Subject: [PATCH] Display black output in tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should make fixing it much easier since it will directly tell users what it doesn't like. Signed-off-by: Lubomír Sedlář --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0d66a847..829a9af0 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ deps = black commands = {[testenv]commands} - black --check pungi pungi_utils setup.py tests --exclude tests/_composes + black --check --diff pungi pungi_utils setup.py tests --exclude tests/_composes [flake8] exclude = doc/*,*.pyc,*.py~,*.in,*.spec,*.sh,*.rst