Add find and bash to whitelist_externals

We are using find and bash in the tox env, this
patch adds them to whitelist_externals.

Change-Id: Ie8a45d9877d734797213507418161b22b1f06c4a
This commit is contained in:
yatin 2018-01-08 12:05:52 +05:30
parent 4f8af5f2f8
commit 418c238b59
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
whitelist_externals = bash
find
setenv =
VIRTUAL_ENV={envdir}
PYTHONWARNINGS=default::DeprecationWarning