Display black output in tests

This should make fixing it much easier since it will directly tell users
what it doesn't like.

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2020-03-05 09:51:06 +01:00
parent 16d6e5b0dd
commit 887c68d05d
1 changed files with 1 additions and 1 deletions

View File

@ -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