Merge "Modify the url of upper_constraints_file"

This commit is contained in:
Zuul 2019-11-01 11:20:50 +00:00 committed by Gerrit Code Review
commit 1c380f5b1d
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