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 <junbo85.li@gmail.com>
This commit is contained in:
junboli 2019-07-04 05:19:00 -04:00
parent 1a2147dcdd
commit 7ff00cc5ef
1 changed files with 1 additions and 0 deletions

View File

@ -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