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
This commit is contained in:
parent
218a416317
commit
0661affc6d
1
tox.ini
1
tox.ini
@ -15,6 +15,7 @@ whitelist_externals =
|
||||
bash
|
||||
git
|
||||
rm
|
||||
wget
|
||||
setenv =
|
||||
VIRTUAL_ENV={envdir}
|
||||
ANSIBLE_HOST_KEY_CHECKING = False
|
||||
|
Loading…
x
Reference in New Issue
Block a user