From 7544dcb4ea92247c1e8fa97b8f0aba566e33ca48 Mon Sep 17 00:00:00 2001 From: Joe Gordon Date: Tue, 27 Jan 2015 12:35:40 -0800 Subject: [PATCH] whitelist find in testenv Stop logging a warning when running find inside of tox. Change-Id: I9a79ea62bc85d6a414ef3c6e45a059301a3ea8a4 --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 72fb43826..a8e9a6f34 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,8 @@ skipsdist = True [testenv] usedevelop = True +# tox is silly... these need to be separated by a newline.... +whitelist_externals = find install_command = pip install -U {opts} {packages} setenv = VIRTUAL_ENV={envdir}