Commit 82a79c8a authored by Kirill Smelkov's avatar Kirill Smelkov

pygolang: Fix build on Python3

Jérome reports that Pygolang build on Python3 fails because geventmp turned out to be not pinned:

!862 (comment 121359)

Geventmp is indeed used by pygolang only on Python3

pygolang@cd67996e

and with Python2-only testing I missed to handle it.

-> Fix it and add test for pygolang/py3.

/reviewed-on !864
parent 82a58241
Pipeline #12499 passed with stage