Switch to Ansible Galaxy compatible requirements files for tests.

This commit is contained in:
Felix Fontein 2023-05-21 13:13:51 +02:00
parent 5165572e9e
commit 622aef2aad
4 changed files with 8 additions and 4 deletions

View file

@ -0,0 +1,2 @@
trivial:
- "Move Galaxy test requirements from old transitional format in tests/requirements.yml to standard Ansible Galaxy requirements files in tests/integration/requirements.yml and tests/unit/requirements.yml."

View file

@ -0,0 +1,3 @@
---
collections:
- community.general

View file

@ -1,4 +0,0 @@
integration_tests_dependencies:
- community.general
unit_tests_dependencies:
- community.general

View file

@ -0,0 +1,3 @@
---
collections:
- community.general