<div dir="ltr">Hi,<br><br>I was able to get the following to work under Python 3.5:<br><br>#!/bin/sh<br># Create the virtual env<br>python3 -m venv myenv-py3<br># Source the virtual env<br>. myenv-py3/bin/activate<br># print python version<br>which python<br>python --version<br>#<br>#<br>git clone <a href="https://github.com/buildbot/buildbot">https://github.com/buildbot/buildbot</a> buildbot3_test<br>cd buildbot3_test<br>pip install -e pkg<br>pip install -e 'master[tls,test]'<br>pip install -e worker<br>trial buildbot_worker.test<br><div><br></div><div>So "trial buildbot_worker.test" seems to work under Python 3.5.</div><div><br></div><div>However, "trial buildbot.test" still fails under Python 3.5.</div><div><br></div><div>Please provide feedback.</div><div>Thanks.</div><div><br></div><div>--</div><div>Craig</div></div>