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

Change-Id: I94bac46dc88d4f4e02418ab303673884c5ef5f97
This commit is contained in:
zhulingjie 2019-04-23 16:59:45 +08:00
parent f4321dee20
commit 899d255b4a
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run {posargs}