Merge "Replace deprecated UPPER_CONSTRAINTS_FILE variable"
This commit is contained in:
commit
81c081eb18
3
tox.ini
3
tox.ini
@ -7,7 +7,8 @@ envlist = docs,linters,functional
|
||||
[testenv]
|
||||
usedevelop = False
|
||||
install_command =
|
||||
pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/queens} {opts} {packages}
|
||||
pip install -c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master} {opts} {packages}
|
||||
|
||||
deps =
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
commands =
|
||||
|
Loading…
Reference in New Issue
Block a user