Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-1456: python module should not require unittest, numpy ......................................................................
KUDU-1456: python module should not require unittest, numpy unittest is only necessary for running tests, not for running the Kudu client itself. Numpy is similarly an optional dependency. This changes the imports from kudu.compat to be optional. Change-Id: I2878474255e9e6a94d550ad8633deecdcb3865a8 Reviewed-on: http://gerrit.cloudera.org:8080/3129 Tested-by: Kudu Jenkins Reviewed-by: Wes McKinney <[email protected]> Reviewed-by: David Ribeiro Alves <[email protected]> --- M python/kudu/compat.py M python/requirements.txt 2 files changed, 17 insertions(+), 9 deletions(-) Approvals: David Ribeiro Alves: Looks good to me, approved Wes McKinney: Looks good to me, but someone else must approve Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3129 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I2878474255e9e6a94d550ad8633deecdcb3865a8 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: David Ribeiro Alves <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-Reviewer: Wes McKinney <[email protected]>
