From bd0246c42f79b9fd045a880b3257b7690db39dd8 Mon Sep 17 00:00:00 2001 From: Jesse Pretorius Date: Tue, 19 Jul 2016 01:59:58 +0100 Subject: [PATCH] Use plugins repo version of the human_log callback plugin With the implementation of https://review.openstack.org/321331 the human_log callback plugin is now part of the plugins repo. This patch removes the retrofitted version in tox in favor of using the version from the plugins repo instead. Change-Id: I3cf2147ba6cfd9d9d5fb1b68c4c8a525ff9b93af --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index 76a77222..b559fbe3 100644 --- a/tox.ini +++ b/tox.ini @@ -24,7 +24,6 @@ whitelist_externals = bash git rm - wget setenv = VIRTUAL_ENV={envdir} @@ -120,9 +119,6 @@ commands = rm -rf {homedir}/.ansible/plugins git clone https://git.openstack.org/openstack/openstack-ansible-plugins \ {homedir}/.ansible/plugins - # This plugin makes the ansible-playbook output easier to read - wget -O {homedir}/.ansible/plugins/callback/human_log.py \ - https://gist.githubusercontent.com/cliffano/9868180/raw/f360f306b3c6d689734a6aa8773a00edf16a0054/human_log.py rm -rf {homedir}/.ansible/roles ansible-galaxy install \ --role-file={toxinidir}/tests/ansible-role-requirements.yml \