X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=7d740eb34da7f11e4d979c9b8031f4c900562bee;hb=refs%2Fheads%2Fv13.0;hp=567cefdb4e95b3b197bb34652fc8be4c0c614f80;hpb=409d5af00f8c508db5906b696831dd209a2fc633;p=osm%2FRO.git diff --git a/tox.ini b/tox.ini index 567cefdb..7d740eb3 100644 --- a/tox.ini +++ b/tox.ini @@ -43,7 +43,7 @@ commands = ####################################################################################### [testenv:black] -deps = black +deps = black==23.12.1 skip_install = true commands = black --check --diff NG-RO @@ -72,7 +72,7 @@ deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt -r{toxinidir}/requirements-test.txt skip_install = true -whitelist_externals = sh +allowlist_externals = sh commands = sh -c 'rm -f nosetests.xml' coverage erase @@ -138,7 +138,7 @@ commands = ####################################################################################### [testenv:flake8] deps = - flake8 + flake8==5.0.4 flake8-import-order skip_install = true commands =