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: Ia02a707b6ab0a0be8879da242cac3f4bd02fa6da
This commit is contained in:
Jesse Pretorius
2016-10-04 11:39:56 +01:00
parent 85c2452ade
commit beaccd0bc6

View File

@@ -135,7 +135,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}