Repository: beam
Updated Branches:
  refs/heads/master 2e6feafa5 -> b82195aa0


whitelist time command in tox to prevent warning


Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/c2f3811f
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/c2f3811f
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/c2f3811f

Branch: refs/heads/master
Commit: c2f3811f51a3e1fd0ac6bae2c8800e9f5389614a
Parents: 2e6feaf
Author: Ahmet Altay <al...@google.com>
Authored: Wed Oct 4 16:40:18 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Fri Oct 6 14:27:18 2017 -0700

----------------------------------------------------------------------
 sdks/python/tox.ini | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/c2f3811f/sdks/python/tox.ini
----------------------------------------------------------------------
diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index c8c8b88..e82b685 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

Reply via email to