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:
parent
16d6e5b0dd
commit
887c68d05d
2
tox.ini
2
tox.ini
@ -13,7 +13,7 @@ deps =
|
|||||||
black
|
black
|
||||||
commands =
|
commands =
|
||||||
{[testenv]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]
|
[flake8]
|
||||||
exclude = doc/*,*.pyc,*.py~,*.in,*.spec,*.sh,*.rst
|
exclude = doc/*,*.pyc,*.py~,*.in,*.spec,*.sh,*.rst
|
||||||
|
Loading…
Reference in New Issue
Block a user