diff --git a/avocado.yaml b/avocado.yaml index 58d0e22..009cc08 100644 --- a/avocado.yaml +++ b/avocado.yaml @@ -6,6 +6,8 @@ data: description: >- Avocado is a set of tools and libraries (what people call these days a framework) to perform automated testing. + This is the 'latest' rolling stream that tracks with the + most recent upstream release. license: module: - MIT @@ -23,14 +25,14 @@ data: description: >- Default profile installing the most commonly used avocado packages. rpms: - - python2-avocado - - python2-avocado-plugins-output-html - - python2-avocado-plugins-varianter-yaml-to-mux + - python3-avocado + - python3-avocado-plugins-output-html + - python3-avocado-plugins-varianter-yaml-to-mux minimal: description: >- Minimal profile installing only the main avocado package. rpms: - - python2-avocado + - python3-avocado api: rpms: - python2-aexpect