diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-06 15:51:12 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-06 15:51:12 +0200 |
commit | 20f09e500c79777627c5b569d4c717c60db53c51 (patch) | |
tree | 0f0a7ba913eb0e31f923475b03d4104c49258e48 /tox.ini | |
parent | 09b56602efe05a442d3469697cf07c876774ed04 (diff) |
Conforms with jjb 5.x+
It also updates to last jjb release and py12
Change-Id: I7c2185c171d79d97c9f818bbb0db61e6ed6eeac8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
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 = |