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

This commit is contained in:
Zuul 2019-05-03 20:29:24 +00:00 committed by Gerrit Code Review
commit abba9a1fb0
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@ such as encoding, exception handling, string manipulation, and time handling.
* Free software: Apache license
* Documentation: https://docs.openstack.org/oslo.utils/latest/
* Source: https://git.openstack.org/cgit/openstack/oslo.utils
* Source: https://opendev.org/openstack/oslo.utils
* Bugs: https://bugs.launchpad.net/oslo.utils
* Release notes: https://docs.openstack.org/releasenotes/oslo.utils/

View File

@ -5,7 +5,7 @@ envlist = py36,py27,pep8
[testenv]
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}