Hello Kudu Jenkins, I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/5059 to look at the new patch set (#6). Change subject: [python] - Enable Python 3 Jenkins Build/Test ...................................................................... [python] - Enable Python 3 Jenkins Build/Test The current Jenkins flow only builds and executes the unit tests for Python 2. Since Python 3 is supported we should also setup Jenkins to build and test Python 3. This patch enables that as well as removes the multiprocessing test dependency as that has been included as a standard library since Python 2.6. Change-Id: I29a15d7b877d1d5d5620bebbf945de68bfb75177 --- M build-support/jenkins/build-and-test.sh M python/setup.py 2 files changed, 44 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/59/5059/6 -- To view, visit http://gerrit.cloudera.org:8080/5059 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: I29a15d7b877d1d5d5620bebbf945de68bfb75177 Gerrit-PatchSet: 6 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Jordan Birdsell <jtbirds...@apache.org> Gerrit-Reviewer: Kudu Jenkins