We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db71c97 commit 74b70f8Copy full SHA for 74b70f8
tests/requirements.yml tests/integration/requirements.yml
@@ -3,10 +3,8 @@
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
-integration_tests_dependencies:
+collections:
7
- ansible.posix
8
- community.internal_test_tools
9
- community.crypto
10
- community.general
11
-unit_tests_dependencies:
12
-- community.internal_test_tools
tests/unit/requirements.yml
@@ -0,0 +1,7 @@
1
+---
2
+# Copyright (c) Ansible Project
+# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+- community.internal_test_tools
0 commit comments