diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-20 12:18:25 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-08-20 12:18:25 +0200 |
commit | ebd5c981b86c4e692c0f0f3a7e5c5c2dda403a90 (patch) | |
tree | fc9cf0d94d1a596d757e29245095b9d6a64bf21c /tox.ini | |
parent | b63b3465c58b24ae1ef6d82e19c91aa212c705dc (diff) |
Take v1.22 into account
Change-Id: Iec601131e41bf3e9c6c5b2e381dc9089d545bca8
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5,8 +5,8 @@ envlist = pep8,pylint,yamllint,ansiblelint,bashate,py39,bandit,perm pip_version = pip==20.2.4 usedevelop = True deps = - -chttps://git.opnfv.org/functest/plain/upper-constraints.txt - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=stable/wallaby + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/wallaby/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt install_command = pip install {opts} {packages} |