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: I2e572a0c8e158cfffaf415e09c7ab6a2e3de4536
This commit is contained in:
Jesse Pretorius 2016-10-04 11:40:59 +01:00
parent 4b37061aef
commit 9d0f1bca59

View File

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