X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tox.ini;h=7786932de9e8cd2337b4f7790dce3f529f09dc50;hb=refs%2Fheads%2Fv14.0;hp=44220840da579303c96cbb0a648073c59c0b77d7;hpb=0e51779fd37dc5c12f3bd19d78f7341ed0a67b7a;p=osm%2FRO.git diff --git a/tox.ini b/tox.ini index 44220840..7786932d 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 @@ -172,7 +172,7 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-dev.txt -r{toxinidir}/requirements-test.txt - pylint + pylint==2.17.7 skip_install = true commands = pylint -E NG-RO/osm_ng_ro --disable=E1101 @@ -209,7 +209,7 @@ commands = ####################################################################################### [testenv:pip-compile] -deps = pip-tools==6.6.2 +deps = pip-tools==6.13.0 skip_install = true allowlist_externals = bash [ @@ -217,7 +217,7 @@ commands = - bash -c "for file in requirements*.in ; do \ UNSAFE="" ; \ if [[ $file =~ 'dist' ]] ; then UNSAFE='--allow-unsafe' ; fi ; \ - pip-compile -rU --no-header $UNSAFE $file ;\ + pip-compile --resolver=backtracking -rU --no-header $UNSAFE $file ;\ out=`echo $file | sed 's/.in/.txt/'` ; \ sed -i -e '1 e head -16 tox.ini' $out ;\ done"