summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2019-04-29 14:22:43 +0000
committerGerrit Code Review <review@openstack.org>2019-04-29 14:22:43 +0000
commit2988d9fd1364eea6812439cc80979d0a7f1cf5f7 (patch)
tree00f1917e2d8c8c68df88ac2934580808aa21c9e2
parentee768af3da168a39a9b777aa892b99dee0a3a772 (diff)
parent3b0f7572170021c9680d68b33718ffecdf26acc7 (diff)
downloadironic-python-agent-2988d9fd1364eea6812439cc80979d0a7f1cf5f7.tar.gz
Merge "Fetch upper constraints from opendev.org" into stable/rocky
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3d46c5b3..f19caa0b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,7 +5,7 @@ envlist = py3,py27,functional,pep8
[testenv]
usedevelop = True
-install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/rocky} {opts} {packages}
+install_command = pip install -U -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/rocky/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1