Skip to content

Commit

Permalink
Added ignore-2.12 (#315)
Browse files Browse the repository at this point in the history
* Added ignore-2.12

Signed-off-by: Abhijeet Kasurde <[email protected]>
  • Loading branch information
Akasurde authored Apr 6, 2021
1 parent b2e478a commit 045d70b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/ignore_212.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
minor_changes:
- sanity tests - add ignore.txt for 2.12 (https://github.com/ansible-collections/amazon.aws/pull/315).
7 changes: 7 additions & 0 deletions tests/sanity/ignore-2.12.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
plugins/modules/ec2_tag.py validate-modules:parameter-state-invalid-choice # Deprecated choice that can't be removed until 2022
plugins/modules/ec2_vol.py validate-modules:parameter-state-invalid-choice # Deprecated choice that can't be removed until 2022
plugins/module_utils/compat/_ipaddress.py no-assert # Vendored library
plugins/module_utils/compat/_ipaddress.py no-unicode-literals # Vendored library
plugins/module_utils/core.py pylint:property-with-parameters # Breaking change required to fix - https://github.com/ansible-collections/amazon.aws/pull/290
tests/utils/shippable/check_matrix.py replace-urlopen # Standalone script used as part of testing
tests/utils/shippable/timing.py shebang # Standalone script used as part of testing

0 comments on commit 045d70b

Please sign in to comment.