Robot installation: Pinpoint pycparser version 50/46350/1
authorVratko Polak <vrpolak@cisco.com>
Mon, 3 Oct 2016 10:19:47 +0000 (12:19 +0200)
committerVratko Polak <vrpolak@cisco.com>
Mon, 3 Oct 2016 10:19:47 +0000 (12:19 +0200)
Change-Id: Id77ab93da8c95359694efb1af025d1f9cbd0289c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index 11739f8068be52f2eed0db3dafe73d417d04fc2f..787cfe834fbb597227c5accd4482ec0216a81738 100644 (file)
@@ -25,7 +25,8 @@ set -exu
 pip install --upgrade pip
 
 pip install --upgrade docker-py importlib requests scapy netifaces netaddr ipaddr
-pip install --upgrade robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}}
+pip install --upgrade robotframework{,-{httplibrary,requests,selenium2library}}
+pip install --upgrade robotframework-sshlibrary pycparser==2.13  # TODO: Unfreeze when cryptography stops failing on pycparser-2.14-py2.py3-none-any.whl
 
 # Module jsonpath is needed by current AAA idmlite suite.
 pip install --upgrade jsonpath-rw