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

Change-Id: I46d05791d215113edf465ad4acc29b14c2842d4a
This commit is contained in:
zhulingjie 2019-04-23 16:31:09 +08:00
parent a470111235
commit 2007d95cb1
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}