stormssh tests: do not install newer cryptography (#5868)
Do not install newer cryptography. ci_completepull/5885/head
parent
59a9d34250
commit
098912c229
|
@ -5,7 +5,9 @@
|
||||||
|
|
||||||
- name: Install required libs
|
- name: Install required libs
|
||||||
pip:
|
pip:
|
||||||
name: stormssh
|
name:
|
||||||
|
- stormssh
|
||||||
|
- 'paramiko<3.0.0'
|
||||||
state: present
|
state: present
|
||||||
extra_args: "-c {{ remote_constraints }}"
|
extra_args: "-c {{ remote_constraints }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue