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 <[email protected]> Authored: Tue Jun 6 11:58:53 2017 -0700 Committer: Ahmet Altay <[email protected]> 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
