[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL 0/1] Require Python >= 3.5 to build QEMU
From: |
Peter Maydell |
Subject: |
Re: [PULL 0/1] Require Python >= 3.5 to build QEMU |
Date: |
Tue, 5 Nov 2019 20:10:26 +0000 |
On Tue, 5 Nov 2019 at 19:57, Eduardo Habkost <address@hidden> wrote:
> Fixing tests/vm/netbsd is being tricky. It looks like the
> configure patch will have to wait until after QEMU 4.2.0. :(
I think that makes sense at this point in the release cycle, yes.
> > Have you tried a test run with Travis/etc/etc to check that none of
> > those CI configs need updating to have python3 available ?
>
> I have tested this pull request on Shippable, and I will take a
> look at Travis. I'd appreciate help from the CI system
> maintainers (CCed) for the rest, as I don't have accounts in all
> our CI systems.
>
> Do we expect maintainers to test their pull requests in all CI
> systems listed at the QEMU wiki[1]? Do we have an official list
> of CI systems that you consider to be pull request blockers?
No, I don't in general expect people to test on all these CI
systems. I ask in this specific case because trying to
move to python-3-only seems like a change that's quite
likely to break the CI setups unless we've already checked
that all their configs will be pulling in a python 3 already.
thanks
-- PMM