From f208ee19227579d8497b391d14e38bfc937b9869 Mon Sep 17 00:00:00 2001 From: Lukasz Rajewski Date: Thu, 16 May 2024 18:32:17 +0200 Subject: [XTESTING] Update link to upper-constraints update link to upper-constraints.txt Issue-ID: DOC-823 Signed-off-by: Lukasz Rajewski Change-Id: Id9723b1087e952398677dddcd9945be7a0bef166 --- infra-healthcheck/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infra-healthcheck') diff --git a/infra-healthcheck/tox.ini b/infra-healthcheck/tox.ini index d1e9f4c..880bea3 100644 --- a/infra-healthcheck/tox.ini +++ b/infra-healthcheck/tox.ini @@ -5,7 +5,7 @@ envlist = pylint,yamllint,bashate,py3 usedevelop = True deps = -chttps://git.opnfv.org/functest/plain/upper-constraints.txt - -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=master} + -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -r{toxinidir}/requirements.txt install_command = pip install {opts} {packages} -- cgit 1.2.3-korg