From 9fa71c647739fd342eb5b1e419955c7806c43839 Mon Sep 17 00:00:00 2001 From: pengyuesheng Date: Wed, 25 Sep 2019 14:17:18 +0800 Subject: [PATCH] Update the constraints url For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I760aa2e27a4272852e7498cc6e0475d58d08e2f6 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1c41107d..9b112926 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,7 @@ install_command = pip install {opts} {packages} # Install also sitemap scraping tool, not installed by default # therefore not in requirements file deps = scrapy>=1.0.0 - -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}/test-requirements.txt -r{toxinidir}/requirements.txt commands = stestr run --slowest {posargs}