X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=48445529558a6b31250dc519556319ed1bd3188d;hb=e1056df6abac942d054f6815b3021547f3f3c19f;hp=232c689d5326ecdb8e9dc2b8d87baa76b4536122;hpb=a3807d877278a41310fbb7561ae2f92f2fee7b93;p=osm%2FMON.git diff --git a/tox.ini b/tox.ini index 232c689..4844552 100644 --- a/tox.ini +++ b/tox.ini @@ -27,14 +27,15 @@ basepython = python3.8 setenv = VIRTUAL_ENV={envdir} PYTHONDONTWRITEBYTECODE = 1 deps = -r{toxinidir}/requirements.txt +parallel_show_output = true ####################################################################################### [testenv:black] deps = black skip_install = true commands = - - black --check --diff osm_mon/ - - black --check --diff setup.py + black --check --diff osm_mon/ + black --check --diff setup.py ####################################################################################### @@ -54,7 +55,7 @@ whitelist_externals = sh ####################################################################################### [testenv:flake8] -deps = flake8 +deps = flake8==5.0.4 commands = flake8 osm_mon/ setup.py @@ -66,7 +67,7 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-test.txt pylint commands = - pylint -E osm_mon + pylint -E osm_mon #######################################################################################