From: benzelleroehr Date: Fri, 11 Apr 2025 09:01:50 +0000 (+0200) Subject: [INT] Fix: include missing py3 dependencies X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=0de22f92cbb7889c85bc1e009c86529153409ebf;p=integration%2Fxtesting.git [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 --- 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