From 0de22f92cbb7889c85bc1e009c86529153409ebf Mon Sep 17 00:00:00 2001 From: benzelleroehr Date: Fri, 11 Apr 2025 11:01:50 +0200 Subject: [PATCH] [INT] Fix: include missing py3 dependencies - add robot deps that are required by the testsuite Issue-ID: INT-2314 Change-Id: I4d27927c5b7f9b34283ac1aa75fa83290071a4e6 Signed-off-by: benzelleroehr --- smoke-usecases-robot-py3/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/smoke-usecases-robot-py3/requirements.txt b/smoke-usecases-robot-py3/requirements.txt index 2e3daf1..a95cf92 100644 --- a/smoke-usecases-robot-py3/requirements.txt +++ b/smoke-usecases-robot-py3/requirements.txt @@ -1,4 +1,6 @@ -robotframework==3.1.1 +robotframework==3.1.2 robotframework-requests>=0.8 robotframework-jsonlibrary robotframework-sshlibrary +robotframework-archivelibrary +robotframework-seleniumlibrary==5.1.3 -- 2.16.6