Updates for OpenDev transition

Change-Id: If5a40b37102d4f729c5eb5a0316f7e3857afe151
Signed-off-by: Dean Troyer <dtroyer@gmail.com>
This commit is contained in:
Dean Troyer 2019-04-21 10:05:48 -05:00
parent 6e52ba5bcc
commit ffb579b76c
4 changed files with 4 additions and 4 deletions

View File

@ -19,5 +19,5 @@ other extensions.
* Free software: Apache license
* Documentation: https://docs.openstack.org/cliff/latest/
* Source: https://git.openstack.org/cgit/openstack/cliff
* Source: https://opendev.org/openstack/cliff
* Bugs: https://bugs.launchpad.net/python-cliff

View File

@ -33,7 +33,7 @@ or::
Source Code
===========
The source is hosted on github: https://git.openstack.org/cgit/openstack/cliff
The source is hosted on OpenDev: https://opendev.org/openstack/cliff
Reporting Bugs
==============

View File

@ -2,7 +2,7 @@
name = cliff
description-file = README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
author-email = openstack-discuss@lists.openstack.org
summary = Command Line Interface Formulation Framework
home-page = https://docs.openstack.org/cliff/latest/
classifier =

View File

@ -16,7 +16,7 @@ commands =
python setup.py test --coverage --coverage-package-name=cliff --slowest --testr-args='{posargs}'
coverage report --show-missing
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/upper-constraints.txt}
-r{toxinidir}/test-requirements.txt
-r{toxinidir}/requirements.txt