summaryrefslogtreecommitdiffstats
path: root/jjb/integration
diff options
context:
space:
mode:
authorMatthew Watkins <mwatkins@linuxfoundation.org>2022-12-07 16:28:01 +0000
committerMatthew Watkins <mwatkins@linuxfoundation.org>2022-12-07 16:28:01 +0000
commit4a12da8a0dc7b2eb77915b0a3cae1e2da471ad86 (patch)
treedee27224fd6a084c9243d1a3010c80733f62f241 /jjb/integration
parent3f87f3f858b826def65c32bc64a84d2362232d60 (diff)
Chore: Re-instate robotframework-requests==0.9.3
Need to re-instate a pinned version for the Python test suite. Issue-ID: CIMAN-33 Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org> Change-Id: I800f5c195a9c2dd373c7ab7d23dceca329ebb590
Diffstat (limited to 'jjb/integration')
-rw-r--r--jjb/integration/include-raw-integration-install-robotframework-py3.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/jjb/integration/include-raw-integration-install-robotframework-py3.sh b/jjb/integration/include-raw-integration-install-robotframework-py3.sh
index 0612360dc..6d0b4968e 100644
--- a/jjb/integration/include-raw-integration-install-robotframework-py3.sh
+++ b/jjb/integration/include-raw-integration-install-robotframework-py3.sh
@@ -41,7 +41,7 @@ requests
selenium<4.6.0,>=4.0.0
robotframework
robotframework-httplibrary
-robotframework-requests
+robotframework-requests==0.9.3
robotframework-selenium2library
robotframework-sshlibrary
scapy
@@ -79,6 +79,6 @@ PyVirtualDisplay
odltools
EOF
-python -m pip install -r requirements.txt
-python -m pip freeze
-python -m robot.run --version || :
+python3 -m pip install -r requirements.txt
+python3 -m pip freeze
+python3 -m robot.run --version || :