From 54ffee2f2ca19e4a0d38bff7964b2a9135937186 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 4 Oct 2016 11:44:57 +0100 Subject: [PATCH] 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: I4d37e31fa548dda87c414a95f6cd15ef675c4b3c --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4b0c6fd..ff36ac5 100644 --- a/tox.ini +++ b/tox.ini @@ -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}