From 0661affc6d767b069655eba82af7860e6c728482 Mon Sep 17 00:00:00 2001 From: Andy McCrae <andy.mccrae@gmail.com> Date: Thu, 26 May 2016 12:06:11 +0100 Subject: [PATCH] Add wget to whitelist_externals for tox This patch adds wget to the whitelist_externals for tox.ini. This will prevent a minor error that occurs in the logs due to wget not being in this list - even though it is used when getting human_log.py Change-Id: I976bc361c0b2741a88a76a1489a7c44b03dd4a47 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 21ce2f93..96cb0f1f 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,7 @@ whitelist_externals = bash git rm + wget setenv = VIRTUAL_ENV={envdir} ANSIBLE_HOST_KEY_CHECKING = False