summaryrefslogtreecommitdiffstats
path: root/csit/resources/scripts/prepare-robot-env.sh
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2023-05-12 14:19:50 +0100
committeradheli.tavares <adheli.tavares@est.tech>2023-05-16 10:06:28 +0100
commit6b61d075fa29f2a3cec319bba3bb953bf41680ab (patch)
tree26512d5e078c77f6beb7aa15ddacb57716c7b1cd /csit/resources/scripts/prepare-robot-env.sh
parent30dcba6e37cae5a61a07c1bb8d2a6cac36d4e9cb (diff)
Fixed versions for all python libs used for CSIT testing.
- some libs from pylibs.txt are incompatible with the latest pip and setuptools, so now it's fixed at version 23 or lower and 66 or lower, respectively. Issue-ID: POLICY-4680 Change-Id: I3214f91e9e0eeec2991fb505b5da81f1d6a427ca Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'csit/resources/scripts/prepare-robot-env.sh')
-rwxr-xr-xcsit/resources/scripts/prepare-robot-env.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/resources/scripts/prepare-robot-env.sh b/csit/resources/scripts/prepare-robot-env.sh
index 0e0778f1..2281d235 100755
--- a/csit/resources/scripts/prepare-robot-env.sh
+++ b/csit/resources/scripts/prepare-robot-env.sh
@@ -34,7 +34,7 @@ source "${ROBOT_VENV}/bin/activate" > /dev/null
set -exu
-python3 -m pip install -qq --upgrade pip setuptools
+python3 -m pip install -qq --upgrade "pip<=23.0" "setuptools<=66.1.1"
echo "Installing Python Requirements"
python3 -m pip install -qq -r "${SCRIPTS}"/pylibs.txt
python3 -m pip -qq freeze