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: Ifd97b517c912d8d527bf6b55857795fbc9b0e2bf
This commit is contained in:
Jesse Pretorius 2016-10-04 11:40:50 +01:00
parent f5e7b7f607
commit 8c0f6d0676
1 changed files with 0 additions and 1 deletions

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}