From: garciadeblas Date: Thu, 8 Aug 2024 15:52:50 +0000 (+0200) Subject: Pin robotframework version to 6.1.1 instead of 7.0.1 to have legacy output.xml X-Git-Tag: release-v16.0-start~2 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=4ab21c5f96690a7b1896f6ee3943db66068530d6;p=osm%2Ftests.git Pin robotframework version to 6.1.1 instead of 7.0.1 to have legacy output.xml Change-Id: Ibc5c45ffbf88132c26bb1dfed9a1560026606109 Signed-off-by: garciadeblas --- 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