This uses the Avocado from a custom branch that contains a fix, and is proposed on the upstream Avocado project as pull request #3406.
Upon inclusion and a new release, this should be dropped and the Avocado version bumped to 74.0. Reference: https://github.com/avocado-framework/avocado/pull/3406 Signed-off-by: Cleber Rosa <cr...@redhat.com> --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 0192c352cd..ed99c25d03 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,5 @@ # Add Python module requirements, one per line, to be installed # in the tests/venv Python virtual environment. For more info, # refer to: https://pip.pypa.io/en/stable/user_guide/#id1 -avocado-framework==73.0 +-e git+https://github.com/clebergnu/avocado@vmimage_lazy_no_snapshot#egg=avocado_framework pycdlib==1.8.0 -- 2.21.0