Repository: beam Updated Branches: refs/heads/master 9cc8018b3 -> 626bc38aa
Fix tox warning for non-whitelisted find command Project: http://git-wip-us.apache.org/repos/asf/beam/repo Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/a4e8bef4 Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/a4e8bef4 Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/a4e8bef4 Branch: refs/heads/master Commit: a4e8bef4fee90ef4107282f1fcb14110c8fc38be Parents: 9cc8018 Author: Ahmet Altay <[email protected]> Authored: Thu Mar 2 16:15:38 2017 -0800 Committer: Ahmet Altay <[email protected]> Committed: Mon Mar 6 11:57:01 2017 -0800 ---------------------------------------------------------------------- sdks/python/tox.ini | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/beam/blob/a4e8bef4/sdks/python/tox.ini ---------------------------------------------------------------------- diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini index 927c211..3e4f2f2 100644 --- a/sdks/python/tox.ini +++ b/sdks/python/tox.ini @@ -44,6 +44,7 @@ platform = linux2 deps = nose cython +whitelist_externals=find commands = python --version pip install -e .[test]
