X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=1cb2253bcba4ae9e053829ffeff0c2927c750bae;hb=c773744f338d3c019b4978b0fc591d14c614b4cf;hp=a357cbf119b6b7d4f1be9b17c34a26873a7262a2;hpb=d213eba8b114fa76c764a3cabb773e263a1cc4fc;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index a357cbf..1cb2253 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_lcm/ - - black --check --diff setup.py + black --check --diff osm_lcm/ + black --check --diff setup.py ####################################################################################### @@ -66,7 +67,7 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-test.txt pylint commands = - - pylint -E osm_lcm + pylint -E osm_lcm --extension-pkg-whitelist=pydantic # issue with pydantic (https://github.com/pydantic/pydantic/issues/1961) ####################################################################################### @@ -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 [