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]
|
[testenv]
|
||||||
usedevelop = False
|
usedevelop = False
|
||||||
install_command =
|
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 =
|
deps =
|
||||||
-r{toxinidir}/test-requirements.txt
|
-r{toxinidir}/test-requirements.txt
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user