Merge "[tox] Fix installation of requirements"
This commit is contained in:
commit
4e00d7984d
3
tox.ini
3
tox.ini
@ -41,7 +41,7 @@ commands =
|
||||
[testenv:venv]
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/test-requirements.txt
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/doc/requirements.txt
|
||||
commands = {posargs}
|
||||
|
||||
@ -93,6 +93,7 @@ setenv =
|
||||
ANSIBLE_FILTER_PLUGINS = {toxinidir}/ansible/filter_plugins
|
||||
deps =
|
||||
-c{env:TOX_CONSTRAINTS_FILE:https://releases.openstack.org/constraints/upper/master}
|
||||
-r{toxinidir}/requirements.txt
|
||||
-r{toxinidir}/lint-requirements.txt
|
||||
allowlist_externals = bash
|
||||
find
|
||||
|
Loading…
x
Reference in New Issue
Block a user