diff options
author | Jake Hunsaker <jhunsake@redhat.com> | 2022-02-10 16:31:31 -0500 |
---|---|---|
committer | Jake Hunsaker <jhunsake@redhat.com> | 2022-02-11 11:44:48 -0500 |
commit | 6c7d26cde8f3364773ae61ff682d92d1a2d3e136 (patch) | |
tree | 5c6c40b6eb2c939ac67ff171eb5af962f6962c30 /.cirrus.yml | |
parent | a43124e1f6217107838eed4d70339d100cbbc77a (diff) | |
download | sos-6c7d26cde8f3364773ae61ff682d92d1a2d3e136.tar.gz |
[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 <jhunsake@redhat.com>
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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/ |