Make 2.9, 2.10, and 2.11 sanity tests shut up.

pull/835/head
Felix Fontein 2025-01-03 15:26:02 +01:00
parent f956ddcc77
commit 355480601d
3 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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