Skip to content

Commit

Permalink
[PR #1816/e80bf933 backport][stable-5] Switch to Ansible Galaxy compa…
Browse files Browse the repository at this point in the history
…tible requirements files for tests (#1817)

[PR #1816/e80bf933 backport][stable-5] Switch to Ansible Galaxy compatible requirements files for tests

This is a backport of PR #1816 as merged into main (e80bf93).
SUMMARY
See ansible-community/community-topics#230.
ISSUE TYPE

Test Pull Request

COMPONENT NAME
test requirements files

Reviewed-by: Mark Chappell
  • Loading branch information
patchback[bot] authored May 22, 2023
1 parent adea4da commit 48edfac
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/test-reqs.yml
Original file line number Diff line number Diff line change
@@ -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."
6 changes: 6 additions & 0 deletions tests/integration/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
collections:
- amazon.aws >= 5.0.0
- ansible.windows
- community.crypto
- community.general
7 changes: 0 additions & 7 deletions tests/requirements.yml

This file was deleted.

3 changes: 3 additions & 0 deletions tests/unit/requirements.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
collections:
- amazon.aws >= 5.0.0

0 comments on commit 48edfac

Please sign in to comment.