From ea4fd33d30e443e3259be7cf721414acfcfcceae Mon Sep 17 00:00:00 2001 From: Jill R <4121322+jillr@users.noreply.github.com> Date: Wed, 7 Jul 2021 16:03:48 -0700 Subject: [PATCH] Add test-requirement for ec2_eni tests (#398) Install ec2_eni test requirements SUMMARY ansible.netcommon needs the netaddr python package to be installed in the test env, add this to test-requirements. ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_eni --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test-requirements.txt b/test-requirements.txt index fdb812e3c54..c1864a3e254 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -4,3 +4,5 @@ mock pytest-xdist # We should avoid these two modules with py3 pytest-mock +# Needed for ansible.netcommon.ipaddr in tests +netaddr