diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ envlist = jjb,docs skipsdist = True [testenv] -basepython = python3.11 +basepython = python3.12 usedevelop = False deps = -chttps://opendev.org/openstack/requirements/raw/branch/stable/2024.1/upper-constraints.txt @@ -17,7 +17,7 @@ deps = [testenv:jjb] commands= - jenkins-jobs test -o {envtmpdir}/job_output -r {toxinidir}/jjb + jenkins-jobs --allow-empty-variables test -o {envtmpdir}/job_output -r {toxinidir}/jjb [testenv:docs] commands = |