Update the constraints url

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

Change-Id: Ifbbf00737c2a345642ef8367c134ffd2472e9c59
This commit is contained in:
pengyuesheng 2019-09-29 11:02:29 +08:00
parent 3f36401d25
commit 8cfd23a019
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ envlist = py35,py27,pep8
basepython = python3
install_command = pip install {opts} {packages}
deps =
-c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/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 =