update git.openstack.org to opendev

Change-Id: Ie6c59622873cb70f159915eb8e77d900d63e487f
This commit is contained in:
liuwei
2019-04-29 10:21:26 +08:00
committed by Dirk Mueller
parent b632f6ca55
commit f96a62395c
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ Developers wishing to work on pymod2pkg should always base
their work on the latest code, available from the master GIT their work on the latest code, available from the master GIT
repository at: repository at:
https://git.openstack.org/cgit/openstack/pymod2pkg https://opendev.org/openstack/pymod2pkg
Developers should also join the discussion on the mailing list, Developers should also join the discussion on the mailing list,
at: at:

View File

@@ -11,7 +11,7 @@ setenv = VIRTUAL_ENV={envdir}
OS_STDERR_NOCAPTURE=False OS_STDERR_NOCAPTURE=False
PYTHONHASHSEED=0 PYTHONHASHSEED=0
deps = 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}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
commands = stestr run {posargs} commands = stestr run {posargs}