Add rm to whitelist_externals in tox.ini

Fix the following WARNING:

 WARNING:test command found but not installed in testenv
   cmd: /bin/rm
   env: /home/jenkins/workspace/gate-watcher-dashboard-python27-ubuntu-xenial/.tox/py27
 Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.
 WARNING:test command found but not installed in testenv
   cmd: /usr/bin/find
   env: /home/jenkins/workspace/gate-watcher-dashboard-python27-ubuntu-xenial/.tox/py27
 Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting.

Change-Id: Idc40ab3d50126dd502734f9748d63e3f4988b3af
This commit is contained in:
Yumeng_Bao 2017-07-10 19:40:55 +08:00
parent 078d3577c8
commit 69169a9209

View File

@ -17,6 +17,8 @@ setenv = VIRTUAL_ENV={envdir}
# random hash seed successfully.
PYTHONHASHSEED=0
whitelist_externals = /bin/bash
rm
find
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands =