qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 0/2] Fix venv issues with Avocado by reverting to an older ve


From: Paolo Bonzini
Subject: Re: [PATCH 0/2] Fix venv issues with Avocado by reverting to an older version
Date: Mon, 5 Jun 2023 17:29:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0

On 6/5/23 12:58, Peter Maydell wrote:
On Mon, 5 Jun 2023 at 11:51, Paolo Bonzini <pbonzini@redhat.com> wrote:

On 6/5/23 11:46, Peter Maydell wrote:
To avoid this issue, tests/requirements.txt should use a ">=" constraint
and the version of Avocado should be limited to what distros provide
in the system packages.  Only Fedora has Avocado, and more specifically
version 92.0.  For now, this series reverts to the older requirement
(version >=88.1) while leaving further version bumps to future changes.
If the new Avocado version is broken, don't we also need a < constraint
so we don't get it by mistake ?

I expected those to be bugs that get fixed in 102 or 101.1, so not a
reason to impose a strict constraint.  But you're right, the version
that would be installed from PyPI is the latest; I didn't notice because
I do have avocado installed outside pyvenv/.

Is the logging issue limited to the one fixed by
https://www.mail-archive.com/qemu-devel@nongnu.org/msg962758.html?  Or
is there something more?

I don't know, as I haven't tested with that patch.

In particular, for a local build tree that currently has 101 installed,
if the tree is updated to include these two patches together, will that
correctly downgrade it to 88.1?

No, it won't.  What you can do is "pyvenv/bin/pip uninstall
avocado-framework".

I think if we're going to revert back from Avocado 101 we should
actively do that, not merely allow older versions.

I think for now I can revert 9c6692db550f739a84fe4b677428df09d9fafdc3 too (which will have the side effect of reverting to the older version) together with the first patch.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]