From 6c7d26cde8f3364773ae61ff682d92d1a2d3e136 Mon Sep 17 00:00:00 2001 From: Jake Hunsaker Date: Thu, 10 Feb 2022 16:31:31 -0500 Subject: [avocado] Pin avocado test suite to version 94 The latest release of avocado-framework, 95.0, makes several changes that will require us to investigate moving to the newer nrunner test-runner. For the moment, pin our CI tests to a previous version so that the changes in newer avocado versions don't block current development. Signed-off-by: Jake Hunsaker --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index 4fd40259..cb8766ea 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -114,7 +114,7 @@ report_stageone_task: dnf -y remove sos dnf -y install python3-pip ethtool fi - setup_script: &setup 'pip3 install avocado-framework' + setup_script: &setup 'pip3 install avocado-framework==94.0' # run the unittests separately as they require a different PYTHONPATH in # order for the imports to work properly under avocado unittest_script: PYTHONPATH=. avocado run tests/unittests/ -- cgit