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

Change-Id: I618947650f1b700e860b8d06ecdb3dac5f797edf
Closes-Bug: #1826041
This commit is contained in:
zhulingjie 2019-04-23 16:45:05 +08:00
parent 6f067c73c2
commit 1a6daa31a1
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}/test-requirements.txt
-r{toxinidir}/requirements.txt
commands = stestr run --slowest {posargs}