Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-29 Thread Cleber Rosa
On Mon, Jul 29, 2024 at 8:44 AM Daniel P. Berrangé wrote: > > On Thu, Jul 25, 2024 at 10:21:54AM -0400, Cleber Rosa wrote: > > On Tue, Jul 16, 2024 at 7:28 AM Thomas Huth wrote: > > > There have been several attempts to update the test suite in QEMU > > > to a newer version of Avocado, but so far

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-29 Thread Daniel P . Berrangé
On Thu, Jul 25, 2024 at 10:21:54AM -0400, Cleber Rosa wrote: > On Tue, Jul 16, 2024 at 7:28 AM Thomas Huth wrote: > > There have been several attempts to update the test suite in QEMU > > to a newer version of Avocado, but so far no attempt has successfully > > been merged yet. > > > > So, we've

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-26 Thread Cleber Rosa
On Fri, Jul 26, 2024 at 6:07 AM Thomas Huth wrote: > > On 25/07/2024 16.21, Cleber Rosa wrote: > > On Tue, Jul 16, 2024 at 7:28 AM Thomas Huth wrote: > ... > >> There have been several attempts to update the test suite in QEMU > >> to a newer version of Avocado, but so far no attempt has successf

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-26 Thread Thomas Huth
On 25/07/2024 16.21, Cleber Rosa wrote: On Tue, Jul 16, 2024 at 7:28 AM Thomas Huth wrote: ... There have been several attempts to update the test suite in QEMU to a newer version of Avocado, but so far no attempt has successfully been merged yet. So, we've seen in the past an attempt to upd

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-25 Thread Cleber Rosa
On Tue, Jul 16, 2024 at 7:28 AM Thomas Huth wrote: > > The Avocado v88 that we use in QEMU is already on a life support > system: It is not supported by upstream anymore, and with the latest > versions of Python, it won't work anymore since it depends on the > "imp" module that has been removed in

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-24 Thread Thomas Huth
On 16/07/2024 19.57, Paolo Bonzini wrote: Il mar 16 lug 2024, 13:26 Thomas Huth > ha scritto: The Avocado v88 that we use in QEMU is already on a life support system: It is not supported by upstream anymore, and with the latest versions of Python, it won't

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-17 Thread Thomas Huth
On 17/07/2024 10.37, Daniel P. Berrangé wrote: On Wed, Jul 17, 2024 at 10:04:19AM +0200, Thomas Huth wrote: On 16/07/2024 19.03, Thomas Huth wrote: On 16/07/2024 18.51, Daniel P. Berrangé wrote: On Tue, Jul 16, 2024 at 01:26:03PM +0200, Thomas Huth wrote: ... So instead of trying to update t

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-17 Thread Daniel P . Berrangé
On Wed, Jul 17, 2024 at 10:04:19AM +0200, Thomas Huth wrote: > On 16/07/2024 19.03, Thomas Huth wrote: > > On 16/07/2024 18.51, Daniel P. Berrangé wrote: > > > On Tue, Jul 16, 2024 at 01:26:03PM +0200, Thomas Huth wrote: > > ... > > > > So instead of trying to update the python-based test suite in

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-17 Thread Thomas Huth
On 16/07/2024 19.03, Thomas Huth wrote: On 16/07/2024 18.51, Daniel P. Berrangé wrote: On Tue, Jul 16, 2024 at 01:26:03PM +0200, Thomas Huth wrote: ... So instead of trying to update the python-based test suite in QEMU to a newer version of Avocado, we should maybe try to better integrate it w

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-16 Thread Paolo Bonzini
Il mar 16 lug 2024, 13:26 Thomas Huth ha scritto: > The Avocado v88 that we use in QEMU is already on a life support > system: It is not supported by upstream anymore, and with the latest > versions of Python, it won't work anymore since it depends on the > "imp" module that has been removed in P

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-16 Thread Thomas Huth
On 16/07/2024 18.51, Daniel P. Berrangé wrote: On Tue, Jul 16, 2024 at 01:26:03PM +0200, Thomas Huth wrote: ... So instead of trying to update the python-based test suite in QEMU to a newer version of Avocado, we should maybe try to better integrate it with the meson test runner instead. Indeed

Re: [PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-16 Thread Daniel P . Berrangé
On Tue, Jul 16, 2024 at 01:26:03PM +0200, Thomas Huth wrote: > The Avocado v88 that we use in QEMU is already on a life support > system: It is not supported by upstream anymore, and with the latest > versions of Python, it won't work anymore since it depends on the > "imp" module that has been rem

[PATCH v1 00/11] Convert avocado tests to normal Python unittests

2024-07-16 Thread Thomas Huth
The Avocado v88 that we use in QEMU is already on a life support system: It is not supported by upstream anymore, and with the latest versions of Python, it won't work anymore since it depends on the "imp" module that has been removed in Python 3.12. There have been several attempts to update the