diff --git a/tox.ini b/tox.ini index 307b325a..40491071 100644 --- a/tox.ini +++ b/tox.ini @@ -131,7 +131,6 @@ commands = {[testenv:ansible]commands} ansible-playbook -i {toxinidir}/tests/inventory \ -e @{toxinidir}/tests/nova-overrides.yml \ - -e "install_test_packages=True" \ {toxinidir}/tests/test.yml -vvvv {[testenv:func_logs]commands} @@ -152,7 +151,6 @@ commands = ansible-playbook -i {toxinidir}/tests/inventory \ -e @{toxinidir}/tests/nova-overrides.yml \ -e @{toxinidir}/tests/nova-overrides-lxd.yml \ - -e "install_test_packages=True" \ {toxinidir}/tests/test.yml -vvvv {[testenv:func_logs]commands}