From 20f09e500c79777627c5b569d4c717c60db53c51 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 6 Sep 2024 15:51:12 +0200 Subject: Conforms with jjb 5.x+ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also updates to last jjb release and py12 Change-Id: I7c2185c171d79d97c9f818bbb0db61e6ed6eeac8 Signed-off-by: Cédric Ollivier --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 04c3f90ff..914fd7b99 100644 --- a/tox.ini +++ b/tox.ini @@ -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 = -- cgit 1.2.3-korg