Merge "Updates for OpenDev transition"

This commit is contained in:
Zuul 2019-05-04 18:49:41 +00:00 committed by Gerrit Code Review
commit 13801a59d3
3 changed files with 3 additions and 3 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

@ -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