You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2017/06/08 01:35:13 UTC

[24/50] beam git commit: Whitelist find for tox environments

Whitelist find for tox environments


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

Branch: refs/heads/DSL_SQL
Commit: dcfb31ffe46a037e69967c8f6c054562d4d9b3b9
Parents: fdfd775
Author: Sourabh Bajaj <so...@google.com>
Authored: Tue Jun 6 11:58:53 2017 -0700
Committer: Ahmet Altay <al...@google.com>
Committed: Tue Jun 6 14:13:36 2017 -0700

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


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