diff --git a/tests/sanity/ignore-2.10.txt b/tests/sanity/ignore-2.10.txt index bf407bf5c..2826a07ec 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 443b08f7f..1c610c1b2 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 4639a5458..5d05bbbb7 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