diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-11-11 14:58:58 +0100 |
---|---|---|
committer | Micha? Jagie??o <michal.jagiello@t-mobile.pl> | 2024-11-12 06:51:04 +0000 |
commit | b8fbd4d58cce5cc3604321747d4d355e83d24467 (patch) | |
tree | 96aac30b834d5800fc557276e9ff2c9dffa53ee5 | |
parent | 70033a5cb561a3f02a77c14017ee51460e16d877 (diff) |
[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 <andreas-geissler@telekom.de>
-rw-r--r-- | healthcheck/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |