diff options
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 = |