X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=268ae782457b158b5b81aaece333f1121fafb2ab;hb=544ef4444711443a9322b9eb4d69241d28b33f26;hp=fe8a0eccf26fe935677a3ce3313c9c6127b2acb5;hpb=6a8c781a4eede1eb70fb1754086082eb356830ad;p=osm%2FLCM.git diff --git a/tox.ini b/tox.ini index fe8a0ec..268ae78 100644 --- a/tox.ini +++ b/tox.ini @@ -31,7 +31,7 @@ parallel_show_output = true ####################################################################################### [testenv:black] -deps = black +deps = black==23.12.1 skip_install = true commands = black --check --diff osm_lcm/ @@ -65,7 +65,7 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt -r{toxinidir}/requirements-test.txt - pylint + pylint==3.1.1 commands = pylint -E osm_lcm --extension-pkg-allow-list=pydantic # issue with pydantic (https://github.com/pydantic/pydantic/issues/1961)