diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,10 +8,11 @@ envlist = jjb,docs skipsdist = True [testenv] -basepython = python3 +basepython = python3.10 usedevelop = False deps = -chttps://opendev.org/openstack/requirements/raw/branch/stable/zed/upper-constraints.txt + -cupper-constraints.txt -r{toxinidir}/test-requirements.txt [testenv:jjb] |