ansible.utils/changelogs
Tim Way a14a9337c6
Add 'netaddr' To 'requirements.txt' For Unit Tests (#143)
Add 'netaddr' To 'requirements.txt' For Unit Tests

This enables 'ansible-test --docker' and 'ansible-test --venv' to be able to leverage 'netaddr' and pass tests

SUMMARY

This adds the 'netaddr' python module to the requirements specific to unit tests. This allows 'ansible-test' to work for '--docker' and '--venv' without manual intervention.
I also re-ordered the current list to be alphabetical.

Fixes #142
ISSUE TYPE


Bugfix Pull Request

COMPONENT NAME

Unit tests in ansible.utils for ipsubnet
ADDITIONAL INFORMATION



git clone https://github.com/ansible-collections/ansible.utils.git
cd ansible.utils
ansible-galaxy collection build .
ansible-galaxy collection install -p . ansible-utils-\*.tar.gz
ansible-test units --docker base tests/unit/plugins/filter/test_ipsubnet.py --requirements --verbose

Reviewed-by: Ashwini Mhatre <mashu97@gmail.com>
2022-02-25 07:32:23 +00:00
..
fragments Add 'netaddr' To 'requirements.txt' For Unit Tests (#143) 2022-02-25 07:32:23 +00:00
changelog.yaml prepare for release 2.5.0 (#136) 2022-01-31 14:31:07 +00:00
cli_parse_fix.yaml Fix cli_parse module to support netcommon sub-plugins (#45) 2021-02-17 13:07:25 +00:00
config.yaml Fix documentation issues (#80) 2021-06-21 23:48:07 +00:00