The CI was broken because the version of tox on the gateway is quite old (1.9) and doesn't support the commands_post keyword, introduced in version 3.4.
This PR is adding and updating python recipes to be able to use the latest version of tox.
I tested it on a CI gateway in devsaclay and the image works.
The CI was broken because the version of tox on the gateway is quite old (1.9) and doesn't support the
commands_post
keyword, introduced in version 3.4.This PR is adding and updating python recipes to be able to use the latest version of tox.
I tested it on a CI gateway in devsaclay and the image works.