From 573908b3453b61265c785980d0e4230cec2004dd Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Thu, 16 May 2019 14:30:03 +0200 Subject: [PATCH] Replaced openstack.org with opendev.org Change-Id: I529172550f042eb291713661b6c97a8833db1872 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index dbe239d..5ce16e9 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} -U {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt