mirror of https://github.com/ansible/ansible.git
Update Azure tests to limit cryptography version. (#31616)
(cherry picked from commit 8acb901bf2)
pull/31665/head
parent
0743b577b7
commit
78cb32ccb7
@ -1,2 +1,8 @@
|
|||||||
|
- name: install cryptography requirement
|
||||||
|
# preempt the installation of cryptography from requirements-azure.txt to limit the version installed
|
||||||
|
# requests[security] requires cryptography >= 1.3.4
|
||||||
|
# cryptography 2.1 requires pip 8.1.2+
|
||||||
|
command: pip install cryptography>=1.3.4,<2.1
|
||||||
|
|
||||||
- pip:
|
- pip:
|
||||||
requirements: '{{ role_path }}/../../../../packaging/requirements/requirements-azure.txt'
|
requirements: '{{ role_path }}/../../../../packaging/requirements/requirements-azure.txt'
|
||||||
|
|||||||
Loading…
Reference in New Issue