From: Cédric Ollivier Date: Wed, 17 Jan 2024 16:34:24 +0000 (+0100) Subject: Fix upper-constraints X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7009957179078a8344d42ff004d7859dcae44982;p=functest-kubernetes.git Fix upper-constraints Change-Id: If56940e0821c94febd5b3698dcdff68fe0b86c6f Signed-off-by: Cédric Ollivier (cherry picked from commit 92a3461f56a0d808af645dc01f7e49c067cc1cbf) --- diff --git a/tox.ini b/tox.ini index 5caa9d9e..c9e9b9c3 100644 --- a/tox.ini +++ b/tox.ini @@ -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}