aboutsummaryrefslogtreecommitdiffstats
path: root/infra-healthcheck
diff options
context:
space:
mode:
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}