Switch to Ansible Galaxy compatible requirements files for tests. (#607) (#608)

(cherry picked from commit e3bc22f7d5)
This commit is contained in:
Felix Fontein
2023-05-21 14:38:13 +02:00
committed by GitHub
parent 7a1494cbe4
commit 022b011a90
2 changed files with 4 additions and 4 deletions

View File

@@ -0,0 +1,4 @@
---
collections:
- community.general
- community.internal_test_tools

View File

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