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:
Jesse Pretorius 2016-10-04 11:41:37 +01:00
parent 2448fbe0b3
commit a8043593f2

View File

@ -139,7 +139,6 @@ deps =
commands =
{[testenv:ansible]commands}
ansible-playbook -i {toxinidir}/tests/inventory \
-e "install_test_packages=True" \
-e @{toxinidir}/tests/test-vars.yml \
{toxinidir}/tests/test.yml -vvvv
{[testenv:func_logs]commands}