Update the constraints url

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

Change-Id: Iad05ec936af5a4319f82c42e721010e9d543b984
This commit is contained in:
pengyuesheng 2019-09-23 16:22:55 +08:00
parent 9bae80ec02
commit 02ce849e91
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ setenv =
VIRTUAL_ENV={envdir}
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}/test-requirements.txt
commands = stestr run --slowest {posargs}