Re: [RFC PATCH v3 10/20] tests/vm: Configure netbsd to use Python 3.10

2023-04-25 Thread Daniel P . Berrangé
On Mon, Apr 24, 2023 at 04:02:38PM -0400, John Snow wrote: > NetBSD removes some packages from the Python stdlib, but only > re-packages them for Python 3.10. Switch to using Python 3.10. > > Signed-off-by: John Snow > --- > tests/vm/netbsd | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: D

[RFC PATCH v3 10/20] tests/vm: Configure netbsd to use Python 3.10

2023-04-24 Thread John Snow
NetBSD removes some packages from the Python stdlib, but only re-packages them for Python 3.10. Switch to using Python 3.10. Signed-off-by: John Snow --- tests/vm/netbsd | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/vm/netbsd b/tests/vm/netbsd index 0b9536ca17..13eae109c0 100755 ---