Revert "Cap cryptography version for macOS openssl test (#69083)" (#69126)

This reverts commit 1e08bb7a6f.
This commit is contained in:
Rick Elrod 2020-04-23 08:49:09 -05:00 committed by GitHub
parent 8b30360ca9
commit 85bb804cda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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