Modify tox.ini

Replace openstack.org URLs with opendev.org URLs

Change-Id: Ib903d3cb1e7e28f0dfa4f2cc976594e01ff90b1c
This commit is contained in:
wangqian 2019-05-10 14:57:09 +08:00
parent cc45ff9f36
commit 8b7a000ec3
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ skipsdist = True
[testenv]
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
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}
[testenv:venv]
basepython = python3