mirror of https://github.com/ansible/ansible.git
[ansible-test] Limit cryptography to <3.2 (#72342)
Change: - Cryptography 3.2 drops support for OpenSSL 1.0.2. Some of our CI infrastructure still uses this version (FreeBSD, namely). For now, just add a constraint to use old cryptography. Test Plan: - CI Signed-off-by: Rick Elrod <rick@elrod.me>pull/72351/head
parent
8b07d46166
commit
2293b327c0
@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- ansible-test - python-cryptography is now bounded at <3.2, as 3.2 drops support for OpenSSL 1.0.2 upon which some of our CI infrastructure still depends.
|
Loading…
Reference in New Issue