Re: [PATCH v1 09/11] tests/docker: Use Python3 PyYAML in the Fedora image

2020-03-23 Thread Richard Henderson
On 3/23/20 9:15 AM, Alex Bennée wrote: > From: Philippe Mathieu-Daudé > > The Python2 PyYAML is now pointless, switch to the Python3 version. > > Fixes: bcbf27947 (docker: move tests from python2 to python3) > Signed-off-by: Philippe Mathieu-Daudé > Signed-off-by: Alex Bennée > Message-Id: <20

[PATCH v1 09/11] tests/docker: Use Python3 PyYAML in the Fedora image

2020-03-23 Thread Alex Bennée
From: Philippe Mathieu-Daudé The Python2 PyYAML is now pointless, switch to the Python3 version. Fixes: bcbf27947 (docker: move tests from python2 to python3) Signed-off-by: Philippe Mathieu-Daudé Signed-off-by: Alex Bennée Message-Id: <20200322120104.21267-4-phi...@redhat.com> --- tests/dock