qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] tests/venv: force compatible avocado-framework-plugin-result-htm


From: Gerd Hoffmann
Subject: [PATCH] tests/venv: force compatible avocado-framework-plugin-result-html version
Date: Mon, 28 Sep 2020 12:09:02 +0200

Without this avocado doesn't start in case an incompatible
avocado-framework-plugin-result-html version happens to be installed
in system (/usr/lib) or user ($HOME/.local/lib) directory.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
---
 tests/requirements.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/requirements.txt b/tests/requirements.txt
index 036691c92215..a78cc5c19972 100644
--- a/tests/requirements.txt
+++ b/tests/requirements.txt
@@ -2,4 +2,5 @@
 # in the tests/venv Python virtual environment. For more info,
 # refer to: https://pip.pypa.io/en/stable/user_guide/#id1
 avocado-framework==81.0
+avocado-framework-plugin-result-html==81.0
 pycdlib==1.9.0
-- 
2.27.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]