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

This commit is contained in:
Zuul 2019-04-28 09:01:38 +00:00 committed by Gerrit Code Review
commit dc867b466b
2 changed files with 2 additions and 2 deletions

View File

@ -42,6 +42,6 @@ errors and warnings for all packages found.
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/murano-pkg-check
* Source: http://git.openstack.org/cgit/openstack/murano-pkg-check
* Source: http://opendev.org/openstack/murano-pkg-check
* Bugs: http://bugs.launchpad.net/murano

View File

@ -11,7 +11,7 @@ install_command = pip install {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
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}