[PR #5868/098912c2 backport][stable-5] stormssh tests: do not install newer cryptography (#5871)

stormssh tests: do not install newer cryptography (#5868)

Do not install newer cryptography.

ci_complete

(cherry picked from commit 098912c229)

Co-authored-by: Felix Fontein <felix@fontein.de>
pull/5895/head
patchback[bot] 2023-01-22 18:16:50 +01:00 committed by GitHub
parent fef77b3c9c
commit 270754dc10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
- name: Install required libs
pip:
name: stormssh
name:
- stormssh
- 'paramiko<3.0.0'
state: present
extra_args: "-c {{ remote_constraints }}"