From f4bbcf4a338b163abdc08487ef8c8b6a87322ba4 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Fri, 6 Sep 2024 14:28:34 +0200 Subject: Update Releng's tox.ini MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id259757199bc8013d0d00d63194ba1e02e670a5a Signed-off-by: Cédric Ollivier --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 23f7c1a84..2e0a8d564 100644 --- a/tox.ini +++ b/tox.ini @@ -8,16 +8,16 @@ envlist = jjb,docs skipsdist = True [testenv] -basepython = python3.10 +basepython = python3.11 usedevelop = False deps = - -chttps://opendev.org/openstack/requirements/raw/branch/stable/zed/upper-constraints.txt + -chttps://opendev.org/openstack/requirements/raw/branch/stable/2024.1/upper-constraints.txt -cupper-constraints.txt -r{toxinidir}/test-requirements.txt [testenv:jjb] commands= - jenkins-jobs test -o {envtmpdir}/job_output -r {toxinidir}/jjb + jenkins-jobs test -o {envtmpdir}/job_output -r {toxinidir}/jjb/functest/functest-pi.yaml [testenv:docs] commands = -- cgit 1.2.3-korg