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

COPR repo: introduce "avocado-latest-release" #6044

Open clebergnu opened 1 month ago

clebergnu commented 1 month ago

There's one gap in the current offers of Avocado packages, which is allowing users to install the latest Avocado release (not the latest development version).

This was previously covered by the use of the "latest" stream in distributions that provided the "modular" concept (Fedoras, EPEL, etc).

The definition of done here is to have a repo that users can enable and use like this:

dnf copr enable @avocado/avocado-latest-release
dnf install python3-avocado*