aboutsummaryrefslogtreecommitdiffstats
path: root/infra-healthcheck
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-05-16 18:32:17 +0200
committerLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2024-05-16 19:24:25 +0200
commitf208ee19227579d8497b391d14e38bfc937b9869 (patch)
treed0ba66b669447f8b9c9d031483699a8aff26df97 /infra-healthcheck
parentb59c4a660eae7768fd546297fdcbce4564bf0d55 (diff)
[XTESTING] Update link to upper-constraintsHEADmaster
update link to upper-constraints.txt Issue-ID: DOC-823 Signed-off-by: Lukasz Rajewski <lukasz.rajewski@t-mobile.pl> Change-Id: Id9723b1087e952398677dddcd9945be7a0bef166
Diffstat (limited to 'infra-healthcheck')
-rw-r--r--infra-healthcheck/tox.ini2
1 files changed, 1 insertions, 1 deletions
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}