diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-07-17 15:45:54 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-07-17 15:50:29 -0700 |
commit | 8495b2724f8b91e8a3b84b1ab9930e2e22b5e73d (patch) | |
tree | 1be907a691f94d439d51579fad33bf4864a1ff9c /jjb | |
parent | 3b31ed323f50edc0e2dec03f21cea540084a53ec (diff) |
Fix pyOpenSSL version to 16.2.0 for Robot
Fix pyOpenSSL version to 16.2.0 to address the error
AttributeError: 'module' object has no attribute 'SSL_ST_INIT'
on some Ubuntu environments
Change-Id: Iadbf00f002af2dd70b963038ed0e0042fa854d89
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'jjb')
-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 f528a62a5..98375ec1b 100644 --- a/jjb/integration/include-raw-integration-install-robotframework.sh +++ b/jjb/integration/include-raw-integration-install-robotframework.sh @@ -19,7 +19,7 @@ set -exu pip install --upgrade pip pip install --upgrade --no-binary pycparser pycparser -pip install --upgrade docker-py importlib requests scapy netifaces netaddr ipaddr simplejson demjson +pip install --upgrade pyOpenSSL==16.2.0 docker-py importlib requests scapy netifaces netaddr ipaddr simplejson demjson pip install --upgrade robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}} # Print installed versions. |