From 8b7a000ec3d9ab83e22b091cf9727e5a76724aa3 Mon Sep 17 00:00:00 2001 From: wangqian Date: Fri, 10 May 2019 14:57:09 +0800 Subject: [PATCH] Modify tox.ini Replace openstack.org URLs with opendev.org URLs Change-Id: Ib903d3cb1e7e28f0dfa4f2cc976594e01ff90b1c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fe654e5..304004a 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True [testenv] usedevelop = True setenv = VIRTUAL_ENV={envdir} -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} [testenv:venv] basepython = python3