From 355480601d9bde0ada4b29fe62c752b8eb9f4a67 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 3 Jan 2025 15:26:02 +0100 Subject: [PATCH] Make 2.9, 2.10, and 2.11 sanity tests shut up. --- tests/sanity/ignore-2.10.txt | 5 +++++ tests/sanity/ignore-2.11.txt | 5 +++++ tests/sanity/ignore-2.9.txt | 5 +++++ 3 files changed, 15 insertions(+) diff --git a/tests/sanity/ignore-2.10.txt b/tests/sanity/ignore-2.10.txt index bf407bf5..2826a07e 100644 --- a/tests/sanity/ignore-2.10.txt +++ b/tests/sanity/ignore-2.10.txt @@ -24,3 +24,8 @@ plugins/modules/x509_crl_info.py validate-modules:invalid-documentation plugins/modules/x509_crl_info.py validate-modules:return-syntax-error tests/ee/roles/smoke/library/smoke_ipaddress.py shebang tests/ee/roles/smoke/library/smoke_pyyaml.py shebang +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 diff --git a/tests/sanity/ignore-2.11.txt b/tests/sanity/ignore-2.11.txt index 443b08f7..1c610c1b 100644 --- a/tests/sanity/ignore-2.11.txt +++ b/tests/sanity/ignore-2.11.txt @@ -23,3 +23,8 @@ plugins/modules/x509_crl_info.py validate-modules:invalid-documentation plugins/modules/x509_crl_info.py validate-modules:return-syntax-error tests/ee/roles/smoke/library/smoke_ipaddress.py shebang tests/ee/roles/smoke/library/smoke_pyyaml.py shebang +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 diff --git a/tests/sanity/ignore-2.9.txt b/tests/sanity/ignore-2.9.txt index 4639a545..5d05bbbb 100644 --- a/tests/sanity/ignore-2.9.txt +++ b/tests/sanity/ignore-2.9.txt @@ -23,3 +23,8 @@ plugins/modules/x509_crl_info.py validate-modules:invalid-documentation plugins/modules/x509_crl_info.py validate-modules:return-syntax-error tests/ee/roles/smoke/library/smoke_ipaddress.py shebang tests/ee/roles/smoke/library/smoke_pyyaml.py shebang +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