Cap cryptography version for macOS openssl test (#69083)

Change:
New `cryptography` statically links an openssl that is too new for macOS
10.11, so limit to an older cryptography for now.

Test Plan:
Ran the test with `--remote osx/10.11` and it passed.

Signed-off-by: Rick Elrod <rick@elrod.me>
pull/69090/head
Rick Elrod 5 years ago committed by GitHub
parent 2a90e9b615
commit 1e08bb7a6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@
- name: Install pyOpenSSL (Darwin)
become: True
pip:
name: pyOpenSSL
name: pyOpenSSL<2.9.1
when: ansible_os_family == 'Darwin'
- name: register pyOpenSSL version

Loading…
Cancel
Save