From 86e41a8a8f0cd1abc60a28c35e274166e8863c58 Mon Sep 17 00:00:00 2001 From: Rabi Mishra Date: Wed, 24 Apr 2019 08:32:55 +0530 Subject: [PATCH] Fix upper-constraints.txt url Wrong link used in commit 203bce9cd7449ef09a8777a4761f71518da3ed72. Change-Id: I90cf7584830afccdd0028b0ed7e5061e67430815 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0063c8948e..db581814ef 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,7 @@ setenv = VIRTUAL_ENV={envdir} PYTHONWARNINGS=default::DeprecationWarning OS_TEST_PATH=heat/tests usedevelop = True -install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/src/branch/master/upper-constraints.txt} {opts} {packages} +install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt commands =