Skip to content

Commit 74b70f8

Browse files
authored
Switch to Ansible Galaxy compatible requirements files for tests. (ansible-collections#633)
1 parent db71c97 commit 74b70f8

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

tests/requirements.yml tests/integration/requirements.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
44
# SPDX-License-Identifier: GPL-3.0-or-later
55

6-
integration_tests_dependencies:
6+
collections:
77
- ansible.posix
88
- community.internal_test_tools
99
- community.crypto
1010
- community.general
11-
unit_tests_dependencies:
12-
- community.internal_test_tools

tests/unit/requirements.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
# Copyright (c) Ansible Project
3+
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4+
# SPDX-License-Identifier: GPL-3.0-or-later
5+
6+
collections:
7+
- community.internal_test_tools

0 commit comments

Comments
 (0)