This is an automated email from the ASF dual-hosted git repository.
kenn pushed a commit to branch release-2.10.0
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/release-2.10.0 by this push:
new 92ba145 Cherry-pick 10f4b1a5ef to 2.10.0 release branch (#7611)
92ba145 is described below
commit 92ba14582a056185044b4c8bb4358c5d9ea5b94e
Author: tvalentyn <[email protected]>
AuthorDate: Thu Jan 24 11:22:36 2019 -0800
Cherry-pick 10f4b1a5ef to 2.10.0 release branch (#7611)
---
sdks/python/tox.ini | 1 +
1 file changed, 1 insertion(+)
diff --git a/sdks/python/tox.ini b/sdks/python/tox.ini
index bbd987e..719cec5 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -41,6 +41,7 @@ deps =
# Otherwise we get "OSError: [Errno 2] No such file or directory" errors.
# Source:
# https://github.com/tox-dev/tox/issues/123#issuecomment-284714629
+
install_command = {envbindir}/python {envbindir}/pip install --retries 10
{opts} {packages}
list_dependencies_command = {envbindir}/python {envbindir}/pip freeze