From 696fb168cd72978c18a9c7f4d9d2ba60b80611ab Mon Sep 17 00:00:00 2001 From: George Paraskevopoulos Date: Mon, 27 Mar 2017 19:43:52 +0300 Subject: Upgrade robotframework-sshlibrary to 2.1.3 Robotframework sshlibrary monkeypatches paramiko runtime and version 2.1.1 causes 2017-03-27 15:24:23,196 - SSH utils - ERROR - _custom_start_client() got an unexpected keyword argument 'timeout' errors in SFC test because of the issue https://github.com/robotframework/SSHLibrary/issues/158 This issue is resolved in version 2.1.3 Change-Id: I07f570c1a90f358b9f17aa6c959642d67e07a7e4 Signed-off-by: George Paraskevopoulos --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index e709220a..ddf0b1c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ pexpect==4.0 requests>=2.8.0 robotframework==2.9.1 robotframework-requests==0.3.8 -robotframework-sshlibrary==2.1.1 +robotframework-sshlibrary==2.1.3 configObj==5.0.6 Flask==0.10.1 xmltodict==0.9.2 -- cgit 1.2.3-korg