From 7c0ca11d7f97cf6e008cc4d58326b5e19c5b6bc0 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Thu, 19 Sep 2019 15:23:17 +0000 Subject: [PATCH] Update the constraints url For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I8903812d4dbf31ab9d1fcd22721862df8e215593 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8f2ddf14..4434bd32 100644 --- a/tox.ini +++ b/tox.ini @@ -85,7 +85,7 @@ commands = usedevelop = True basepython = python3 deps = - -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} + -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -r{toxinidir}/requirements.txt -r{toxinidir}/doc/requirements.txt