This website requires JavaScript.
Explore
Help
Sign In
a-c-m
/
ansible.utils
mirror of
https://github.com/ansible-collections/ansible.utils.git
Watch
1
Star
0
Fork
You've already forked ansible.utils
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
02779ae85a
ansible.utils
/
tests
/
unit
/
requirements.txt
6 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add missing test requirements (#57) Add missing test requirements Reviewed-by: https://github.com/apps/ansible-zuul
2021-04-27 08:26:47 +00:00
jsonschema ; python_version >= '2.7'
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
netaddr
Add missing test requirements (#57) Add missing test requirements Reviewed-by: https://github.com/apps/ansible-zuul
2021-04-27 08:26:47 +00:00
textfsm
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
ttp
unittest2 ; python_version < '2.7'