Pin paramiko to 2.7.2

Rally has an upper constraint of version 2.7.2
for the paramiko module. Browbeat should pin this
version, as ssh failures while using keypair based
authentication are observed when using later versions
of paramiko.

Change-Id: I0a3b14f0cc438ec0aa70809aa37b96a5c7c2a7c2
This commit is contained in:
Sanjay Chari 2022-02-08 09:57:08 +05:30
parent 972835d4e0
commit 49d2037cf7

View File

@ -3,3 +3,4 @@ elasticsearch
scapy
pyrsistent==0.16.0;python_version<'3'
pyrsistent>=0.17.0;python_version>='3'
paramiko==2.7.2