Remove install_test_packages variable
With https://review.openstack.org/381479 merged, setting this variable in tox.ini via an extra var is unnecessary. Change-Id: Ia6d997a2a383699b727eebb2fb0f011053f30e71
This commit is contained in:
parent
2448fbe0b3
commit
a8043593f2
1
tox.ini
1
tox.ini
@ -139,7 +139,6 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
{[testenv:ansible]commands}
|
{[testenv:ansible]commands}
|
||||||
ansible-playbook -i {toxinidir}/tests/inventory \
|
ansible-playbook -i {toxinidir}/tests/inventory \
|
||||||
-e "install_test_packages=True" \
|
|
||||||
-e @{toxinidir}/tests/test-vars.yml \
|
-e @{toxinidir}/tests/test-vars.yml \
|
||||||
{toxinidir}/tests/test.yml -vvvv
|
{toxinidir}/tests/test.yml -vvvv
|
||||||
{[testenv:func_logs]commands}
|
{[testenv:func_logs]commands}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user