Skip to content

Commit

Permalink
Make 2.9, 2.10, and 2.11 sanity tests shut up.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 3, 2025
1 parent f956ddc commit 3554806
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/sanity/ignore-2.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions tests/sanity/ignore-2.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions tests/sanity/ignore-2.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3554806

Please sign in to comment.