mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix uri test on Python 2.6.
This commit is contained in:
1
test/integration/targets/uri/files/constraints.txt
Normal file
1
test/integration/targets/uri/files/constraints.txt
Normal file
@@ -0,0 +1 @@
|
||||
cryptography < 2.2 ; python_version < "2.7" # cryptography 2.2+ requires python 2.7+
|
||||
@@ -285,6 +285,7 @@
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
state: latest
|
||||
extra_args: "-c {{ role_path }}/files/constraints.txt"
|
||||
with_items:
|
||||
- urllib3
|
||||
- PyOpenSSL
|
||||
|
||||
Reference in New Issue
Block a user