From e5ef84775ba434234921c57fbe8231e6b6f049c7 Mon Sep 17 00:00:00 2001 From: Le Hou Date: Tue, 23 Apr 2019 17:08:16 +0800 Subject: [PATCH] Use opendev repository Change-Id: I837c7c1aff4d58ca36639a5e82340ef756ab6a47 --- setup.cfg | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a3058c8..267da2f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 diff --git a/tox.ini b/tox.ini index 1899935..817a18f 100644 --- a/tox.ini +++ b/tox.ini @@ -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