diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-17 17:34:24 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-01-17 17:34:24 +0100 |
commit | 92a3461f56a0d808af645dc01f7e49c067cc1cbf (patch) | |
tree | 4d75c9eeccf5ac887d412af9e0920b2acf936f08 | |
parent | 6886d14b3941d59b03ed556bb8b44d3d89424ae2 (diff) |
Fix upper-constraintsstable/v1.25
Change-Id: If56940e0821c94febd5b3698dcdff68fe0b86c6f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ envlist = pep8,pylint,yamllint,bashate,py310,bandit,perm usedevelop = True deps = -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=stable/yoga - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/yoga/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt install_command = pip install --use-deprecated=legacy-resolver {opts} {packages} |