diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-02-07 14:42:34 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2022-02-07 14:55:24 +0100 |
commit | 0a313faf20c5c9c4968594bdeb9b1672ee9d63a1 (patch) | |
tree | ccce0c485f598f92e6dd40767340190e3756ee33 | |
parent | c1ad27588fa5593f91e6f0c41933e4001a681370 (diff) |
Fix incorrect robotframework-sshlibrary version
It's silent in Functest but breaks ONAP integration gates.
Co-Authored-By: Michal Jagiello <michal.jagiello@t-mobile.pl>
Change-Id: Id8a6a96f3311dc53b107877fe6c9f53a7a83fc77
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit a628780776d12bb9461e38aa00cc54d93f5ffd84)
-rw-r--r-- | upper-constraints.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upper-constraints.txt b/upper-constraints.txt index c2f5af077..c88e87bc3 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 |