Chore: Re-instate robotframework-requests==0.9.3 24/132624/1
authorMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 7 Dec 2022 16:28:01 +0000 (16:28 +0000)
committerMatthew Watkins <mwatkins@linuxfoundation.org>
Wed, 7 Dec 2022 16:28:01 +0000 (16:28 +0000)
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

jjb/integration/include-raw-integration-install-robotframework-py3.sh

index 0612360..6d0b496 100644 (file)
@@ -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 || :