Replace git.openstack.org URLs with opendev.org URLs
Change-Id: Ic30ef00d39126d5a6f00a29893ed760bf4e753c6 Closes-Bug: #1825936
This commit is contained in:
parent
448807a706
commit
28da3afa68
@ -24,6 +24,6 @@ in transmittable and storable formats, such as Base64, JSON and MessagePack.
|
||||
|
||||
* Free software: Apache license
|
||||
* Documentation: https://docs.openstack.org/oslo.serialization/latest/
|
||||
* Source: https://git.openstack.org/cgit/openstack/oslo.serialization
|
||||
* Source: https://opendev.org/openstack/oslo.serialization
|
||||
* Bugs: https://bugs.launchpad.net/oslo.serialization
|
||||
* Release notes: https://docs.openstack.org/releasenotes/oslo.serialization/
|
||||
|
2
tox.ini
2
tox.ini
@ -5,7 +5,7 @@ envlist = py35,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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user