Re: [Qemu-devel] [PATCH v3 13/13] docker: change Fedora images to run with python3

2018-01-15 Thread Philippe Mathieu-Daudé
On 01/15/2018 07:53 AM, Daniel P. Berrange wrote: > On Mon, Jan 15, 2018 at 07:47:29AM -0300, Philippe Mathieu-Daudé wrote: >> Hi Daniel, >> >> On 01/15/2018 07:26 AM, Daniel P. Berrange wrote: >>> Fedora has switched to Python 3 by default, so it makes sense to use that >>> for testing QEMU builds

Re: [Qemu-devel] [PATCH v3 13/13] docker: change Fedora images to run with python3

2018-01-15 Thread Daniel P. Berrange
On Mon, Jan 15, 2018 at 07:47:29AM -0300, Philippe Mathieu-Daudé wrote: > Hi Daniel, > > On 01/15/2018 07:26 AM, Daniel P. Berrange wrote: > > Fedora has switched to Python 3 by default, so it makes sense to use that > > for testing QEMU builds, so we get testing of Python 3 compatibility. > > I'

Re: [Qemu-devel] [PATCH v3 13/13] docker: change Fedora images to run with python3

2018-01-15 Thread Philippe Mathieu-Daudé
Hi Daniel, On 01/15/2018 07:26 AM, Daniel P. Berrange wrote: > Fedora has switched to Python 3 by default, so it makes sense to use that > for testing QEMU builds, so we get testing of Python 3 compatibility. I'd rather keep Fedora 25 with Python 2, and use Python 3 in Fedora 27. If you agree, I

[Qemu-devel] [PATCH v3 13/13] docker: change Fedora images to run with python3

2018-01-15 Thread Daniel P. Berrange
Fedora has switched to Python 3 by default, so it makes sense to use that for testing QEMU builds, so we get testing of Python 3 compatibility. Signed-off-by: Daniel P. Berrange --- tests/docker/dockerfiles/fedora.docker | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests