Update the constraints url

For more detail, see http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I2bf2fcc1ddb5fbda4486da439773e4c275376a27
This commit is contained in:
pengyuesheng 2019-09-25 15:13:09 +08:00 committed by Erik Olof Gunnar Andersson
parent 0ed7644b8b
commit 11abda00b1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ basepython = python3
usedevelop = True
install_command = pip install {opts} {packages}
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}/test-requirements.txt
setenv =