diff options
Diffstat (limited to 'ansible_collections/amazon/aws/test-requirements.txt')
-rw-r--r-- | ansible_collections/amazon/aws/test-requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible_collections/amazon/aws/test-requirements.txt b/ansible_collections/amazon/aws/test-requirements.txt index 7d12621a1..2b571c94a 100644 --- a/ansible_collections/amazon/aws/test-requirements.txt +++ b/ansible_collections/amazon/aws/test-requirements.txt @@ -8,10 +8,11 @@ pytest pytest-forked pytest-mock pytest-xdist +pytest-ansible # Needed for ansible.utils.ipaddr in tests netaddr # Sometimes needed where we don't have features we need in modules awscli # Used for comparing SSH Public keys to the Amazon fingerprints -pycrypto +cryptography |