Skip to content

Commit

Permalink
Switch to Ansible Galaxy compatible requirements files for tests (#1816)
Browse files Browse the repository at this point in the history
Switch to Ansible Galaxy compatible requirements files for tests

SUMMARY
See ansible-community/community-topics#230.
ISSUE TYPE

Test Pull Request

COMPONENT NAME
test requirements files

Reviewed-by: Mark Chappell
  • Loading branch information
felixfontein authored May 22, 2023
1 parent 780d735 commit e80bf93
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 >= 6.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 >= 6.0.0

0 comments on commit e80bf93

Please sign in to comment.