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

Change-Id: Iad2f439694e35d5bc7926d4b478335ac62e7ec0a
This commit is contained in:
caoyuan 2019-04-23 19:39:33 +08:00
parent 39c1df6651
commit 3c2edd5f64
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ envlist = py27,pep8
[testenv]
usedevelop = True
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt}
-c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
install_command = pip install {opts} {packages}