mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-12 15:45:20 +01:00
Compare commits
2 commits
5165572e9e
...
2ed8bdc8e8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2ed8bdc8e8 | ||
|
|
622aef2aad |
4 changed files with 8 additions and 4 deletions
2
changelogs/fragments/test-reqs.yml
Normal file
2
changelogs/fragments/test-reqs.yml
Normal file
|
|
@ -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."
|
||||
3
tests/integration/requirements.yml
Normal file
3
tests/integration/requirements.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
collections:
|
||||
- community.general
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
integration_tests_dependencies:
|
||||
- community.general
|
||||
unit_tests_dependencies:
|
||||
- community.general
|
||||
3
tests/unit/requirements.yml
Normal file
3
tests/unit/requirements.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
collections:
|
||||
- community.general
|
||||
Loading…
Reference in a new issue