Update the constraints url

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

Change-Id: I3b54f4034c1fa24c016d381d6a48f2d85a0c290d
This commit is contained in:
pengyuesheng 2019-09-26 14:05:04 +08:00
parent cf35fec00a
commit 0c8facb24b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ envlist = py27,py37,pep8
[testenv]
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
install_command = pip install {opts} {packages}