diff --git a/tests/integration/requirements.yml b/tests/integration/requirements.yml new file mode 100644 index 00000000..7b3e38d9 --- /dev/null +++ b/tests/integration/requirements.yml @@ -0,0 +1,10 @@ +--- +# 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: +- ansible.posix +- community.internal_test_tools +- community.crypto +- community.general diff --git a/tests/requirements.yml b/tests/requirements.yml deleted file mode 100644 index a242e324..00000000 --- a/tests/requirements.yml +++ /dev/null @@ -1,7 +0,0 @@ -integration_tests_dependencies: -- ansible.posix -- community.internal_test_tools -- community.crypto -- community.general -unit_tests_dependencies: -- community.internal_test_tools diff --git a/tests/unit/requirements.yml b/tests/unit/requirements.yml new file mode 100644 index 00000000..586a6a1b --- /dev/null +++ b/tests/unit/requirements.yml @@ -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