On 3/4/23 15:49, Alex Bennée wrote:
From: Daniel P. Berrangé <berra...@redhat.com>
Currently our NetBSD VM recipe requests instal of the python37 package
and explicitly tells QEMU to use that version of python. Since the
NetBSD base ISO was updated to version 9.3 though, the default system
python version is 3.9 which is sufficiently new for QEMU to rely on.
Rather than requesting an older python, just test against the default
system python which is what most users will have.
Signed-off-by: Daniel P. Berrangé <berra...@redhat.com>
Reviewed-by: Paolo Bonzini <pbonz...@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>
Message-Id: <20230329124601.822209-1-berra...@redhat.com>
Signed-off-by: Alex Bennée <alex.ben...@linaro.org>
Reviewed-by: Thomas Huth <th...@redhat.com>
Message-Id: <20230330101141.30199-9-alex.ben...@linaro.org>
---
tests/vm/netbsd | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Tested-by: Philippe Mathieu-Daudé <phi...@linaro.org>