From 4a12da8a0dc7b2eb77915b0a3cae1e2da471ad86 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Wed, 7 Dec 2022 16:28:01 +0000 Subject: 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 Change-Id: I800f5c195a9c2dd373c7ab7d23dceca329ebb590 --- .../include-raw-integration-install-robotframework-py3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jjb') 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 || : -- cgit 1.2.3-korg