X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=tox.ini;fp=tox.ini;h=91b0b82bebcf7eb23c86136c628e7306f40e373e;hb=15b611d61766a902af36cce17521fd79ff018421;hp=44220840da579303c96cbb0a648073c59c0b77d7;hpb=6bb1afe30c96ef2ef3673230556e4dfd30aaa3c4;p=osm%2FRO.git diff --git a/tox.ini b/tox.ini index 44220840..91b0b82b 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"