Update to opendev

Change-Id: I486a98640122837aeb7048db8a7e5024eff72654
This commit is contained in:
Le Hou 2019-04-23 12:55:13 +08:00
parent 36b36396cf
commit 50120adf09
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ skipdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
setenv = VIRTUAL_ENV={envdir}
whitelist_externals = bash