From 7ff00cc5efba22eb964e58a92817c44da80cd226 Mon Sep 17 00:00:00 2001 From: junboli Date: Thu, 4 Jul 2019 05:19:00 -0400 Subject: [PATCH] Add 'find' in whitelist_externals in tox.ini Running tox is giving a warning because the tox.ini is using "find", but the find command is not whitelisted. Change-Id: I38ece01f6135ebb38a94b9d835e2708a02b35805 Closes-bug: #1835386 Signed-off-by: junboli --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 687b9ff8..2b46a5e0 100644 --- a/tox.ini +++ b/tox.ini @@ -32,6 +32,7 @@ deps = -r{toxinidir}/requirements.txt -e{[testenv]cgcs_patch_dir} -e{[testenv]patch_alarm_dir} -e{[testenv]tsconfig_dir} +whitelist_externals = find [testenv:linters] basepython = python3