From 69169a920931d3dd688dcdf5e54ed90dd4ef945f Mon Sep 17 00:00:00 2001 From: Yumeng_Bao Date: Mon, 10 Jul 2017 19:40:55 +0800 Subject: [PATCH] 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 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 786dc14..aeaa77c 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =