From c2f2eeb394d03df6d7f9147bb6fdcbaceb777117 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Sat, 14 May 2016 11:30:24 +0200 Subject: [PATCH] Whitelist 'rm' in api-ref tox environment Running the api-ref environment currently warns that 'rm' is not installed in testenv. This patch removes the warning by whitelisting the rm command. Change-Id: I4072491713a38b11d9f55b26a8ba0a3cf49445f0 Closes-Bug: #1581778 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index b65b018c864..628147da95e 100644 --- a/tox.ini +++ b/tox.ini @@ -28,6 +28,7 @@ passenv = *_proxy *_PROXY [testenv:api-ref] # (sheel)This environment is called from CI scripts to test and publish # the API Ref to developer.openstack.org. +whitelist_externals = rm install_command = pip install -U --force-reinstall {opts} {packages} commands = rm -rf cinder/api-ref/build