Skip to content

Commit

Permalink
Switch to Ansible Galaxy compatible requirements files for tests. (#144)
Browse files Browse the repository at this point in the history
(cherry picked from commit c99037a)
  • Loading branch information
felixfontein committed May 21, 2023
1 parent fc7c2bf commit dd3f8cd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
7 changes: 7 additions & 0 deletions tests/integration/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# 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

collections:
- community.general
4 changes: 0 additions & 4 deletions tests/requirements.yml

This file was deleted.

7 changes: 7 additions & 0 deletions tests/unit/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
# 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

collections:
- community.internal_test_tools

0 comments on commit dd3f8cd

Please sign in to comment.