Modify the url of upper_constraints_file

For more information see the thread at
http://lists.openstack.org/pipermail/openstack-discuss/2019-May/006478.html

Change-Id: I4d1612d3a552986709a54f2a3bdd833832699df5
This commit is contained in:
pengyuesheng 2019-06-24 10:43:30 +08:00 committed by Douglas Mendizábal
parent 63e6979023
commit 9241a4308e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ skipsdist = True
setenv =
PYTHON=coverage run --source barbican --parallel-mode
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} -U {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt