X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=845312d921f87be29c6061a89e63c395e3c030cf;hb=refs%2Ftags%2Fv13.0.0rc1;hp=e06a8560998010d2fcc6f1b5385a01ac26399514;hpb=a50fbeb634449657dedcd008ba4a25272ea6441a;p=osm%2FPOL.git diff --git a/tox.ini b/tox.ini index e06a856..845312d 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_policy_module/ - - black --check --diff setup.py + black --check --diff osm_policy_module/ + black --check --diff setup.py ####################################################################################### @@ -54,7 +55,7 @@ whitelist_externals = sh ####################################################################################### [testenv:flake8] -deps = flake8 +deps = flake8==5.0.4 commands = flake8 osm_policy_module/ setup.py @@ -66,7 +67,7 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-test.txt pylint commands = - pylint -E osm_policy_module + - pylint -E osm_policy_module ####################################################################################### @@ -82,7 +83,7 @@ commands = ####################################################################################### [testenv:pip-compile] -deps = pip-tools==6.4.0 +deps = pip-tools==6.6.2 skip_install = true whitelist_externals = bash [ @@ -115,6 +116,7 @@ whitelist_externals = sh ignore = W291, W293, + W503, E123, E125, E226,