1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/tests/requirements.yml
Felix Fontein 20f470cc64
Remove ansible.posix dependency (#1157)
* Vendor plugins/module_utils/mount.py from ansible.posix, and drop ansible.posix dependency (except for testing).

* Add ignore.txt entries.

* Install test requirements conditionally.

* Apply suggestions from code review

Co-authored-by: John R Barker <john@johnrbarker.com>

* Bump to major changes.

Co-authored-by: John R Barker <john@johnrbarker.com>
2020-10-28 12:57:00 +01:00

10 lines
225 B
YAML

integration_tests_dependencies:
- ansible.netcommon
- ansible.posix
- community.crypto
- community.kubernetes
unit_tests_dependencies:
- ansible.netcommon
- community.internal_test_tools
- community.kubernetes
- google.cloud