From 69f639ca22662014b353654bb03bfa51e313f622 Mon Sep 17 00:00:00 2001 From: Ahmet Altay Date: Wed, 4 Oct 2017 16:40:18 -0700 Subject: [PATCH] whitelist time command in tox to prevent warning --- sdks/python/tox.ini | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index c8c8b8830738..e82b685e31c5 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -50,7 +50,9 @@ deps = nose==1.3.7 grpcio-tools==1.3.5 cython==0.25.2 -whitelist_externals=find +whitelist_externals= + find + time commands = python --version # Clean up all previous python generated files. @@ -89,6 +91,7 @@ deps= nose==1.3.7 pycodestyle==2.3.1 pylint==1.7.1 +whitelist_externals=time commands = time pip install -e .[test] time {toxinidir}/run_pylint.sh @@ -100,6 +103,7 @@ deps= grpcio-tools==1.3.5 Sphinx==1.5.5 sphinx_rtd_theme==0.2.4 +whitelist_externals=time commands = time pip install -e .[test,gcp,docs] time {toxinidir}/generate_pydoc.sh