diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-06 14:28:34 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-06 14:40:18 +0200 |
commit | f4bbcf4a338b163abdc08487ef8c8b6a87322ba4 (patch) | |
tree | 930871b1a6585c7653b9978f9ec340cccef07fe4 /tox.ini | |
parent | 49b4d799754af1993f067b646c4b64d02b67c53b (diff) |
Update Releng's tox.ini
Change-Id: Id259757199bc8013d0d00d63194ba1e02e670a5a
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 = |