From 9c8df475be06da1a6c43730c419f588e6bebe557 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Thu, 22 Apr 2021 09:15:49 +0200 Subject: Fix fixed versions for libraries used in CSITs fixes https://gerrit.onap.org/r/c/ci-management/+/120747 Signed-off-by: Bartosz Gardziejewski Change-Id: Iec3746092f3468083337236b1fd16ea04863ff08 Issue-ID: INT-1911 --- jjb/integration/include-raw-integration-install-robotframework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/integration') diff --git a/jjb/integration/include-raw-integration-install-robotframework.sh b/jjb/integration/include-raw-integration-install-robotframework.sh index 84553e0c3..d10b0f014 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -18,7 +18,7 @@ set -exu # Make sure pip itself us up-to-date. pip install --upgrade pip -pip install --no-binary pycparser==2.20 +pip install --no-binary pycparser==2.20 pycparser==2.20 pip install pyOpenSSL==16.2.0 docker-py==1.10.6 importlib==1.0.4 requests==2.25.1 scapy==2.4.4 netifaces==0.10.9 netaddr==0.8.0 ipaddr==2.2.0 simplejson==3.17.2 demjson==2.2.4 pip install robotframework-httplibrary==0.4.2 robotframework-requests==0.8.2 robotframework-sshlibrary==3.6.0 robotframework-selenium2library==1.8.0 robotframework-xvfb==1.2.2 -- cgit 1.2.3-korg