From b3fada890b1fabb61ffa6836453b17552447caf4 Mon Sep 17 00:00:00 2001 From: tonybrad Date: Tue, 11 Jun 2019 11:03:16 +0800 Subject: [PATCH] Update the constraints url For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html Change-Id: I9e8eb1bd79c64e1a84c7e7f596e6cda89f45a611 --- tox.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tox.ini b/tox.ini index 4ffe5289c3..62e068313c 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,7 @@ whitelist_externals = bash find 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}/test-requirements.txt -r{toxinidir}/requirements.txt commands = {[unit_tests]commands} @@ -139,7 +139,7 @@ commands = basepython = python3 # We need to install horizon dependecies to build module references 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 commands = @@ -210,4 +210,4 @@ max-line-length = 80 # Disable some doc8 checks: # D000: Check RST validity # - cannot handle "none" for code-block directive -ignore = D000 +ignore = D000 \ No newline at end of file