avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

103.next LTS backports #5953

Open clebergnu opened 3 weeks ago

clebergnu commented 3 weeks ago

This is a collection of bugfixes that do not change the behavior (besides fixing/improving the specific condition) that come from Avocado versions > 103.x.

arif-ali commented 3 days ago

Are these back-ports due any soon, and would love to see PR related to discussion #5610 to be also back-ported too. Any updates on that would be very much appreciated

clebergnu commented 3 days ago

Are these back-ports due any soon, and would love to see PR related to discussion #5610 to be also back-ported too. Any updates on that would be very much appreciated

Hi @arif-ali,

I'll look into including those. We managed to release 106.0 last week, so I have more resources to push this through now.

Best!