From 8d84da307b8ba14d1787276981978c64cb7e4914 Mon Sep 17 00:00:00 2001 From: Yumeng Bao Date: Mon, 5 Jun 2017 19:10:28 +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-python27-ubuntu-xenial/.tox/py27 Maybe you forgot to specify a dependency? See also the whitelist_externals envconfig setting. Change-Id: Ie091bd64b6a87c30535ada34daf9d594aa3fdd41 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a5e702ceb..907c2a008 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,7 @@ skipsdist = True [testenv] usedevelop = True whitelist_externals = find + rm install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages} setenv = VIRTUAL_ENV={envdir}