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

Change-Id: I5e453e154d3b70197028b9c0e8b02d0206ac387e
This commit is contained in:
caoyuan 2019-04-23 19:40:01 +08:00
parent df49ebf749
commit 4baacadfad
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ skipsdist = 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/plain/upper-constraints.txt} {opts} {packages}
setenv=VIRTUAL_ENV={envdir}
deps=-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt