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: If9aaf03fac78fedf8fd7d9c073660371ee97bcc1
This commit is contained in:
Jesse Pretorius 2016-10-04 11:41:58 +01:00
parent 7a95f88483
commit ccf66e2659
1 changed files with 0 additions and 1 deletions

View File

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