From 69fad3ee0302b057381db99920bf15e70f431f65 Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 16:31:09 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I1a9cd386408197caad7f93a1236780c2b625d61f --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5687464..b7312bb 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ https://docs.openstack.org/tempest/latest/#using-plugins * Free software: Apache license * Documentation: http://docs.openstack.org/developer/murano-tempest-plugin * Release notes: https://docs.openstack.org/releasenotes/murano/ -* Source: http://git.openstack.org/cgit/openstack/murano-tempest-plugin +* Source: http://opendev.org/openstack/murano-tempest-plugin * Bugs: http://bugs.launchpad.net/murano Running the tests diff --git a/tox.ini b/tox.ini index 2e16767..f8488a6 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/plain/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning