I am using this buildbot hook to send information about HG repository changesets to Buildmaster(build server) and the setup works fine with python2. Now I am upgrading Buildbot to 2.0.1 version, which supports only python3.5+ and the Buildbot version on HG(hook) should be same as that of Build server(master and worker); My issues are:
How to use
mercurialpython module in the hook with Buildbot 2.0.1(python 3.5+) - when mercurialmodule is not supported bypython3`is the setting
[hgbuildbot] venv = /home/buildbot/.virtualenvs/builtbot/lib/python3.5/sitepackagesenough to make sure the hook runs in virutalenv with python3
update: Answer to my second issue is yes, tested with python2 virtual environment.