From 4ab21c5f96690a7b1896f6ee3943db66068530d6 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 8 Aug 2024 17:52:50 +0200 Subject: [PATCH] Pin robotframework version to 6.1.1 instead of 7.0.1 to have legacy output.xml Change-Id: Ibc5c45ffbf88132c26bb1dfed9a1560026606109 Signed-off-by: garciadeblas --- requirements.in | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.in b/requirements.in index 1c47f66..b7eaad3 100644 --- a/requirements.in +++ b/requirements.in @@ -20,7 +20,7 @@ python-openstackclient pyyaml>6 regex requests -robotframework +robotframework==6.1.1 robotframework-jsonlibrary robotframework-requests robotframework-seleniumlibrary diff --git a/requirements.txt b/requirements.txt index d0e8061..b1e30df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -238,7 +238,7 @@ requestsexceptions==1.4.0 # via openstacksdk rfc3986==2.0.0 # via oslo-config -robotframework==7.0.1 +robotframework==6.1.1 # via # -r requirements.in # robotframework-jsonlibrary @@ -286,7 +286,7 @@ stevedore==5.2.0 # python-openstackclient tomlkit==0.13.0 # via yq -trio==0.26.1 +trio==0.26.2 # via # selenium # trio-websocket -- 2.25.1