<div dir="ltr"><div class="gmail_quote"><div dir="ltr">Hi,<br><br>I have been pushing a lot of Python 3 fixes to buildbot, which Pierre has been kindly reviewing and merging:<br><br><a href="https://github.com/buildbot/buildbot/pulls/rodrigc?q=is%3Apr+is%3Aclosed" target="_blank">https://github.com/buildbot/<wbr>buildbot/pulls/rodrigc?q=is%<wbr>3Apr+is%3Aclosed</a><br><div><br></div><div>On my Mac laptop, I took the latest master, and was able to run</div><div>the tests by typing "trial buildbot.test":</div><br>Python 2.7<br>=========<br>PASSED (skips=14, successes=4848)<br><br>Python 3.6<br>=========<br>FAILED (skips=197, failures=86, errors=286, successes=4430)<br><br>There is still more work to do, but this is good progress.  A month or so ago,<br>very few tests were passing on Python 3, but now 91% of the tests passing<br>on Python 2.7 are passing on Python 3.<br><br><br>I then tested the worker by doing:  "trial buildbot_worker.test"<br><br>Python 2.7<br>=========<br>PASSED (skips=1, successes=227)<br><br><br>Python 3.6<br>=========<br>PASSED (skips=1, successes=227)<div><br></div><div>So all the tests on the worker pass!  This is good news!!</div><div><br></div><div><br></div><div><br></div><div>To get the last tests passing on Python 3, the problems are getting</div><div>tougher and tougher to solve, since I have solved most of the</div><div>easiest problems first. :)</div><div><br></div><div>I was wondering if there are any developers in the buildbot community</div><div>who would be able to help me finish this off?  I think I can move faster</div><div>if I have some helping hands.</div><div><br></div><div>The problems are quite difficult, so someone with serious Python</div><div>experience, and also Twisted experience would be great.</div><div><br></div><div>I am also a committer to the Twisted project, so I can help move things along there.</div><div><br></div><div>Thanks!</div><div><br></div><div>--</div><div>Craig</div><div><br></div></div>
</div><br></div>