From fa9f02d23af04c3cb59955308091a5f6794cf64f Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Tue, 23 Apr 2019 16:59:45 +0800 Subject: [PATCH] Replace git.openstack.org URLs with opendev.org URLs Change-Id: I55cf04680ac0c03eaf5dd66d3a2d7d5577220391 --- README.rst | 2 +- tox.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cfc33635..b9e8f9bd 100644 --- a/README.rst +++ b/README.rst @@ -50,5 +50,5 @@ Project Info * License: Apache License, Version 2.0 * Documentation: http://docs.openstack.org/heat-translator/ * Bugs and Blueprints: https://storyboard.openstack.org/#!/project/openstack/heat-translator -* Source: http://git.openstack.org/cgit/openstack/heat-translator/ +* Source: http://opendev.org/openstack/heat-translator/ * IRC Channel: #openstack-heat-translator diff --git a/tox.ini b/tox.ini index 41034de2..6b171601 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,7 @@ setenv = PYTHONWARNINGS=default::DeprecationWarning passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY 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/plain/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands = python setup.py test --slowest --testr-args='{posargs}'