From 86ee5b8527292bb25bee06c742b5994668890aac Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 3 Jan 2025 15:59:27 +0100 Subject: [PATCH] Add ignore.txt entires. --- tests/sanity/ignore-2.11.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/sanity/ignore-2.11.txt b/tests/sanity/ignore-2.11.txt index 8dce572f..c03b98c2 100644 --- a/tests/sanity/ignore-2.11.txt +++ b/tests/sanity/ignore-2.11.txt @@ -12,3 +12,8 @@ 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 plugins/modules/docker_image_build.py validate-modules:invalid-documentation +tests/sanity/extra/action-group.py compile-2.6!skip # Uses Python 3.6+ syntax +tests/sanity/extra/action-group.py compile-2.7!skip # Uses Python 3.6+ syntax +tests/sanity/extra/action-group.py compile-3.5!skip # Uses Python 3.6+ syntax +tests/sanity/extra/action-group.py future-import-boilerplate +tests/sanity/extra/action-group.py metaclass-boilerplate