From a5d9f6ba4b29ae2b1df358193cdf3e182496914f Mon Sep 17 00:00:00 2001 From: Sourabh Bajaj Date: Tue, 6 Jun 2017 11:58:53 -0700 Subject: [PATCH] Whitelist find for tox environments --- sdks/python/tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index 2166f6a4ee80..eff91fece986 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -29,6 +29,7 @@ select = E3 deps = nose==1.3.7 grpcio-tools==1.3.5 +whitelist_externals=find commands = python --version # Clean up all previous python generated files. @@ -73,6 +74,7 @@ passenv = TRAVIS* # autocomplete_test depends on nose when invoked directly. deps = nose==1.3.7 +whitelist_externals=find commands = pip install -e .[test,gcp] python --version