Modify tox.ini

Replace git.openstack.org URLs with opendev.org URLs

Change-Id: I3bd4299daa74707e8f24e84749208014cfaf553b
This commit is contained in:
wangqian 2019-05-14 11:29:35 +08:00
parent 28588bdaba
commit a63a2aa3e0
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
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}
commands =
find . -type f -name "*.py[c|o]" -delete
stestr run {posargs}