From 8495b2724f8b91e8a3b84b1ab9930e2e22b5e73d Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Mon, 17 Jul 2017 15:45:54 -0700 Subject: 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 --- jjb/integration/include-raw-integration-install-robotframework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.2.3-korg