X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;h=967513a81afb20dcd733f2b3e021c4625cc1894b;hb=db612f0c3bc4554bfeeba6a03348a0f9b83919c4;hp=44220840da579303c96cbb0a648073c59c0b77d7;hpb=0e51779fd37dc5c12f3bd19d78f7341ed0a67b7a;p=osm%2FRO.git diff --git a/tox.ini b/tox.ini index 44220840..967513a8 100644 --- a/tox.ini +++ b/tox.ini @@ -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" @@ -373,7 +373,7 @@ commands = deps = {[testenv]deps} -r{toxinidir}/requirements-dist.txt skip_install = true -whitelist_externals = sh +allowlist_externals = sh changedir = {toxinidir}/RO-SDN-tapi commands = sh -c 'rm -rf deb_dist dist osm_rosdn_tapi.egg-info osm_rosdn_tapi*.tar.gz'