X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=56b21b345ef15fc1e7fe789a7f26950e8c385530;hb=6f77b2e222b3ea74408b0108e63387d7c40bf447;hp=d2b17739bc08e8780546926ddff0b61fb16c3a52;hpb=418b716039da034c52b4b1ea4b2be2df1fa1cd06;p=releng%2Fbuilder.git diff --git a/tox.ini b/tox.ini index d2b17739b..56b21b345 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,6 @@ [tox] minversion = 1.6 -envlist = docs,docs-linkcheck,jjb-version,prefix,robot,pylint -# pre-commit +envlist = docs,docs-linkcheck,jjb-version,prefix,robot skipsdist = true [testenv:docs] @@ -9,14 +8,14 @@ deps = -rdocs/requirements.txt commands = sphinx-build -q -W -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:docs-linkcheck] -passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY +passenv = http_proxy, https_proxy, no_proxy basepython = python3 deps = -rdocs/requirements.txt commands = sphinx-build -q -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck [testenv:jenkins-jobs] deps = - jenkins-job-builder=={env:JJB_VERSION:4.1.0} + jenkins-job-builder=={env:JJB_VERSION:5.0.2} commands = jenkins-jobs {posargs:--help} @@ -66,7 +65,7 @@ commands = [testenv:checkbashisms] deps = -whitelist_externals = sh +allowlist_externals = sh find checkbashisms commands = @@ -78,7 +77,7 @@ commands = [testenv:pylint] basepython = python3 deps = pylint>=2.6.0 -whitelist_externals = find +allowlist_externals = find commands = # .tox folder and submodules directories global-jjb/ & packer/common-packer/ must be excluded since they are not maintained here find . -name *.py -not -path "./.tox/*" -not -path "./global-jjb/*" -not -path "./packer/common-packer/*" -exec \