From b8fbd4d58cce5cc3604321747d4d355e83d24467 Mon Sep 17 00:00:00 2001 From: Andreas Geissler Date: Mon, 11 Nov 2024 14:58:58 +0100 Subject: [PATCH] [ROBOT] Downgrade robotframework to solve report errors New versions of the base image (opnfv:xtesting) include new python versions (3.8/3.9) will require changes in testsuite implementation Issue-ID: INT-2290 Change-Id: Idb6bda853399ed134889412958933442a5cebfa0 Signed-off-by: Andreas Geissler --- healthcheck/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/healthcheck/requirements.txt b/healthcheck/requirements.txt index ac72661..5bc9404 100644 --- a/healthcheck/requirements.txt +++ b/healthcheck/requirements.txt @@ -1,3 +1,4 @@ +robotframework==3.1.2 selenium==4.8.3 robotframework-seleniumlibrary robotframework-archivelibrary -- 2.16.6