Update profiles to install Python 3 versions of packages.
Signed-off-by: Merlin Mathesius <mmathesi@redhat.com>
This commit is contained in:
parent
998b1a2b0e
commit
7cd1955e81
1 changed files with 6 additions and 4 deletions
10
avocado.yaml
10
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue