qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tests/venv: force compatible avocado-framework-plugin-result-html version
@ 2020-09-28 10:09 Gerd Hoffmann
  2020-09-28 11:08 ` no-reply
  0 siblings, 1 reply; 2+ messages in thread
From: Gerd Hoffmann @ 2020-09-28 10:09 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-09-28 11:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-28 10:09 [PATCH] tests/venv: force compatible avocado-framework-plugin-result-html version Gerd Hoffmann
2020-09-28 11:08 ` no-reply

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).