mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50:21 -07:00
Remove cryptography version limit in Azure tests.
No longer needed now that cryptography 2.1.1 has been released.
This commit is contained in:
parent
50052b3d70
commit
80b0e0e05a
1 changed files with 0 additions and 6 deletions
|
@ -1,8 +1,2 @@
|
||||||
- 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…
Add table
Add a link
Reference in a new issue