From a628780776d12bb9461e38aa00cc54d93f5ffd84 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 7 Feb 2022 14:42:34 +0100 Subject: Fix incorrect robotframework-sshlibrary version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's silent in Functest but breaks ONAP integration gates. Co-Authored-By: Michal Jagiello Change-Id: Id8a6a96f3311dc53b107877fe6c9f53a7a83fc77 Signed-off-by: Cédric Ollivier --- upper-constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upper-constraints.txt b/upper-constraints.txt index 6027f2567..8dd90b608 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -3,7 +3,7 @@ git+https://github.com/collivier/cloudify-rest-client.git@4.3.3-py3#egg=cloudify robotframework===4.1.2 robotframework-httplibrary===0.4.2 robotframework-requests===0.9.2 -robotframework-sshlibrary===4.1.2 +robotframework-sshlibrary===3.8.0 xtesting===0.94.0 git+https://github.com/PyCQA/bandit@3d0824676974e7e2e9635c10bc4f12e261f1dbdf#egg=bandit bandit===1.7.0 -- cgit 1.2.3-korg