From 71a05cd8c0794a2cc23cda9dff4894dc64693556 Mon Sep 17 00:00:00 2001 From: Le Hou Date: Tue, 23 Apr 2019 17:35:35 +0800 Subject: [PATCH] Use opendev repository Change-Id: I7a577b7fdb9614045524c189d2be47359e0b3d37 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9d7e08d..2206ceb 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