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

This commit is contained in:
Zuul
2019-06-12 12:23:55 +00:00
committed by Gerrit Code Review
5 changed files with 7 additions and 7 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
commands = stestr run {posargs}