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
345 stars 343 forks source link

Backwards compatibility for kernel utils module #5999

Closed richtja closed 2 months ago

richtja commented 3 months ago

This is a fix of kerne utils compatibility issue with setuptools=>70 which has been introduced in df6b1da.

Reference: #5988

richtja commented 3 months ago

Hi @clebergnu and @harvey0100, gentle ping here.