Re: [Qemu-devel] [PATCH] tests/docker: upgrade docker.py to python3

2019-08-29 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > On 8/29/19 4:41 PM, Alex Bennée wrote: >> The recent podman changes (9459f754134bb) imported enum which is part >> of the python3 standard library but only available as an external >> library for python2. This causes problems on the fairly restricted >> environm

Re: [Qemu-devel] [PATCH] tests/docker: upgrade docker.py to python3

2019-08-29 Thread Philippe Mathieu-Daudé
On 8/29/19 4:41 PM, Alex Bennée wrote: > The recent podman changes (9459f754134bb) imported enum which is part > of the python3 standard library but only available as an external > library for python2. This causes problems on the fairly restricted > environment such as shippable. Lets bite the bull

Re: [Qemu-devel] [PATCH] tests/docker: upgrade docker.py to python3

2019-08-29 Thread Daniel P . Berrangé
On Thu, Aug 29, 2019 at 03:41:20PM +0100, Alex Bennée wrote: > The recent podman changes (9459f754134bb) imported enum which is part > of the python3 standard library but only available as an external > library for python2. This causes problems on the fairly restricted > environment such as shippab