Use opendev repository

Change-Id: I837c7c1aff4d58ca36639a5e82340ef756ab6a47
This commit is contained in:
Le Hou 2019-04-23 17:08:16 +08:00
parent db1191b063
commit e5ef84775b
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://git.openstack.org/cgit/openstack/cloudkitty-tempest-plugin
home-page = https://opendev.org/openstack/cloudkitty-tempest-plugin
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning