From 9241a4308e737a7ed4632b85be2db183fedf6352 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Mon, 24 Jun 2019 10:43:30 +0800 Subject: [PATCH] Modify the url of upper_constraints_file For more information see the thread at http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I4d1612d3a552986709a54f2a3bdd833832699df5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bf77573b1..d224d864f 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ skipsdist = True setenv = PYTHON=coverage run --source barbican --parallel-mode usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt