mirror of
https://opendev.org/openstack/barbican.git
synced 2026-01-16 23:01:39 +00:00
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:
parent
63e6979023
commit
9241a4308e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue