From f04cdb7e06239bdc0a932c0b10a7da9bbeaf20f0 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 13 Jan 2024 16:05:59 +0100 Subject: [PATCH] Remove sanity ignore files for Ansible 2.9 and ansible-base 2.10. (#753) --- tests/sanity/ignore-2.10.txt | 13 ------------- tests/sanity/ignore-2.10.txt.license | 3 --- tests/sanity/ignore-2.9.txt | 12 ------------ tests/sanity/ignore-2.9.txt.license | 3 --- 4 files changed, 31 deletions(-) delete mode 100644 tests/sanity/ignore-2.10.txt delete mode 100644 tests/sanity/ignore-2.10.txt.license delete mode 100644 tests/sanity/ignore-2.9.txt delete mode 100644 tests/sanity/ignore-2.9.txt.license diff --git a/tests/sanity/ignore-2.10.txt b/tests/sanity/ignore-2.10.txt deleted file mode 100644 index 2bc38ac2..00000000 --- a/tests/sanity/ignore-2.10.txt +++ /dev/null @@ -1,13 +0,0 @@ -.azure-pipelines/scripts/publish-codecov.py replace-urlopen -.azure-pipelines/scripts/publish-codecov.py compile-2.6!skip # Uses Python 3.6+ syntax -.azure-pipelines/scripts/publish-codecov.py compile-2.7!skip # Uses Python 3.6+ syntax -.azure-pipelines/scripts/publish-codecov.py compile-3.5!skip # Uses Python 3.6+ syntax -.azure-pipelines/scripts/publish-codecov.py future-import-boilerplate -.azure-pipelines/scripts/publish-codecov.py metaclass-boilerplate -plugins/modules/current_container_facts.py validate-modules:return-syntax-error -plugins/module_utils/module_container/module.py compile-2.6!skip # Uses Python 2.7+ syntax -plugins/module_utils/module_container/module.py import-2.6!skip # Uses Python 2.7+ syntax -plugins/modules/docker_compose_v2.py validate-modules:return-syntax-error -plugins/modules/docker_compose_v2_pull.py validate-modules:return-syntax-error -plugins/modules/docker_container.py import-2.6!skip # Import uses Python 2.7+ syntax -plugins/modules/docker_container_copy_into.py validate-modules:undocumented-parameter # _max_file_size_for_diff is used by the action plugin diff --git a/tests/sanity/ignore-2.10.txt.license b/tests/sanity/ignore-2.10.txt.license deleted file mode 100644 index edff8c76..00000000 --- a/tests/sanity/ignore-2.10.txt.license +++ /dev/null @@ -1,3 +0,0 @@ -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 -SPDX-FileCopyrightText: Ansible Project diff --git a/tests/sanity/ignore-2.9.txt b/tests/sanity/ignore-2.9.txt deleted file mode 100644 index d3b3bd88..00000000 --- a/tests/sanity/ignore-2.9.txt +++ /dev/null @@ -1,12 +0,0 @@ -.azure-pipelines/scripts/publish-codecov.py replace-urlopen -.azure-pipelines/scripts/publish-codecov.py compile-2.6!skip # Uses Python 3.6+ syntax -.azure-pipelines/scripts/publish-codecov.py compile-2.7!skip # Uses Python 3.6+ syntax -.azure-pipelines/scripts/publish-codecov.py compile-3.5!skip # Uses Python 3.6+ syntax -.azure-pipelines/scripts/publish-codecov.py future-import-boilerplate -.azure-pipelines/scripts/publish-codecov.py metaclass-boilerplate -plugins/module_utils/module_container/module.py compile-2.6!skip # Uses Python 2.7+ syntax -plugins/module_utils/module_container/module.py import-2.6!skip # Uses Python 2.7+ syntax -plugins/modules/docker_compose_v2.py validate-modules:return-syntax-error -plugins/modules/docker_compose_v2_pull.py validate-modules:return-syntax-error -plugins/modules/docker_container.py import-2.6!skip # Import uses Python 2.7+ syntax -plugins/modules/docker_container_copy_into.py validate-modules:undocumented-parameter # _max_file_size_for_diff is used by the action plugin diff --git a/tests/sanity/ignore-2.9.txt.license b/tests/sanity/ignore-2.9.txt.license deleted file mode 100644 index edff8c76..00000000 --- a/tests/sanity/ignore-2.9.txt.license +++ /dev/null @@ -1,3 +0,0 @@ -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 -SPDX-FileCopyrightText: Ansible Project