From c3d0a8db9715a25bec3f5e3a3c8b20c8c5b9ba23 Mon Sep 17 00:00:00 2001 From: tonybrad Date: Tue, 30 Apr 2019 16:49:20 +0800 Subject: [PATCH] update the tox link to opendev Change-Id: I352aca681a987286c49e0ffa6c4b6f1a1de10b9c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f341cedd35..d289c774bf 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ skipsdist = True [testenv] install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir} -deps = -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} +deps = -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} passenv = *_proxy *_PROXY [testenv:venv]