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

Change-Id: I2832b2a6fcae8b4f78ac4bd5eb9402367e1c54dc
This commit is contained in:
zhulingjie 2019-04-23 16:50:06 +08:00
parent 5c3c32d4c0
commit cac95603d3
1 changed files with 2 additions and 2 deletions

View File

@ -10,11 +10,11 @@ setenv =
VIRTUAL_ENV={envdir}
DJANGO_SETTINGS_MODULE=solumdashboard.tests.settings
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
commands =
commands =
stestr run --concurrency 1 {posargs}
stestr slowest