X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=tox.ini;h=820a0afd7d31e414372b588bb3daca1afc8ca962;hb=HEAD;hp=0e0e902945176d7a7a4a21eea0fc7c5eecd10942;hpb=4a453bea3ef89142282673781ec0b038d4d58b27;p=releng%2Fglobal-jjb.git diff --git a/tox.ini b/tox.ini index 0e0e9029..820a0afd 100644 --- a/tox.ini +++ b/tox.ini @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: EPL-1.0 +# SPDX-FileCopyrightText: 2017 The Linux Foundation [tox] minversion = 1.6 envlist = @@ -6,7 +8,6 @@ envlist = jjb-compare-xml, jjb-latest, jjb-version, - license, bashate, pre-commit skipsdist = True @@ -30,7 +31,7 @@ commands = [testenv:jjb] basepython = python3 deps = - jenkins-job-builder==6.2.0 + jenkins-job-builder==6.3.0 # RELENG-5179 (undeclared dependency by stevedore) setuptools commands = @@ -39,7 +40,7 @@ commands = [testenv:jjb-compare-xml] basepython = python3 deps = - jenkins-job-builder==6.2.0 + jenkins-job-builder==6.3.0 allowlist_externals = ./jjb-compare-xml.sh commands = @@ -109,7 +110,7 @@ commands = [testenv:jenkins-jobs] deps = - jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.2.0} + jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:6.3.0} commands = jenkins-jobs {posargs:--help}