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

Change-Id: I2f13a051cb74dcb097715b825eecbea7e0b9fb06
This commit is contained in:
inspurericzhang 2019-05-24 14:21:52 +08:00
parent 4dc472195a
commit 2166776be8
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ skipsdist = True
usedevelop = True
install_command = pip install {opts} {packages}
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
setenv =