diff options
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2021-04-22 09:15:49 +0200 |
---|---|---|
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | 2021-04-22 07:18:56 +0000 |
commit | 9c8df475be06da1a6c43730c419f588e6bebe557 (patch) | |
tree | f49861f46d90f8d98fa6613f7a89fd4d8781f5fb /jjb/integration | |
parent | 0c0e8692b0619811692a1674a3b8bfb84c8d2020 (diff) |
Fix fixed versions for libraries used in CSITs
fixes https://gerrit.onap.org/r/c/ci-management/+/120747
Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com>
Change-Id: Iec3746092f3468083337236b1fd16ea04863ff08
Issue-ID: INT-1911
Diffstat (limited to 'jjb/integration')
-rw-r--r-- | jjb/integration/include-raw-integration-install-robotframework.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |