From de8b79e8f0d42f752462b0ffceff5c845f9a8fb5 Mon Sep 17 00:00:00 2001 From: Merlin Mathesius Date: Tue, 12 Mar 2019 09:14:30 -0500 Subject: [PATCH] New 69lts module stream consuming 69lts branch of python-avocado. Signed-off-by: Merlin Mathesius --- avocado.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/avocado.yaml b/avocado.yaml index 58d0e22..f9261bf 100644 --- a/avocado.yaml +++ b/avocado.yaml @@ -68,10 +68,10 @@ data: rpms: python-aexpect: rationale: A python library to control interactive applications needed by avocado - ref: latest + ref: stable buildorder: 10 python-avocado: rationale: Framework with tools and libraries for Automated Testing - ref: latest + ref: 69lts buildorder: 20 ...