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:
parent
972835d4e0
commit
49d2037cf7
@ -3,3 +3,4 @@ elasticsearch
|
||||
scapy
|
||||
pyrsistent==0.16.0;python_version<'3'
|
||||
pyrsistent>=0.17.0;python_version>='3'
|
||||
paramiko==2.7.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user