Revert "Robot installation: Pinpoint pycparser version" 56/46456/1
authorVratko Polak <vrpolak@cisco.com>
Tue, 4 Oct 2016 09:53:11 +0000 (11:53 +0200)
committerVratko Polak <vrpolak@cisco.com>
Tue, 4 Oct 2016 09:53:11 +0000 (11:53 +0200)
This reverts commit 3017d33a571125861654f4fac0ae48ce87bb7f08.
Upstream has been fixed.

Change-Id: I7e94186fe208149b7ecb67106a1f5a9e0a7b9a21
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
jjb/integration/include-raw-integration-install-robotframework.sh

index 787cfe834fbb597227c5accd4482ec0216a81738..11739f8068be52f2eed0db3dafe73d417d04fc2f 100644 (file)
@@ -25,8 +25,7 @@ set -exu
 pip install --upgrade pip
 
 pip install --upgrade docker-py importlib requests scapy netifaces netaddr ipaddr
-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
+pip install --upgrade robotframework{,-{httplibrary,requests,sshlibrary,selenium2library}}
 
 # Module jsonpath is needed by current AAA idmlite suite.
 pip install --upgrade jsonpath-rw