From 4c4633f002f927a6348c684948595ce55f4ff348 Mon Sep 17 00:00:00 2001 From: chenming Date: Wed, 12 Jun 2019 14:59:30 +0800 Subject: [PATCH] update constraints url Change-Id: I55f35f75420641b7f7a5db5d0ff361bbd2f64cd6 --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d55b0e07f..25134aaa3 100644 --- a/tox.ini +++ b/tox.ini @@ -61,7 +61,7 @@ commands = oslo_debug_helper -t tripleoclient/tests {posargs} [testenv:docs] 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 commands = @@ -83,7 +83,7 @@ commands = [testenv:releasenotes] 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 commands =