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: I4e5cf44b3d4a857538918503ab42a20b80e4df6c
This commit is contained in:
Jesse Pretorius 2016-10-04 11:39:18 +01:00
parent 5a021c9d35
commit 49a4fc2151

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}