There was an error while loading. Please reload this page.
1 parent d2fb83e commit 573908bCopy full SHA for 573908b
1 file changed
tox.ini
@@ -5,7 +5,7 @@ skipsdist = True
5
6
[testenv]
7
usedevelop = True
8
-install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} -U {opts} {packages}
+install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages}
9
setenv =
10
VIRTUAL_ENV={envdir}
11
deps = -r{toxinidir}/requirements.txt
0 commit comments