Skip to content

Commit

Permalink
Ignore pylint warnings for construct that does not work with Python 2 (
Browse files Browse the repository at this point in the history
…ansible-collections#268)

* Ignore pylint warnings for construct that does not work with Python 2.

* Revert "Ignore pylint warnings for construct that does not work with Python 2."

This reverts commit 407b2ef.

* Different approach: use ignore.txt since otherwise ansible-core 2.14 tests fail.
  • Loading branch information
felixfontein authored and samburney committed Mar 30, 2024
1 parent 55bfd06 commit 990381f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sanity/ignore-2.17.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
update-docs.py shebang
tests/unit/compat/mock.py pylint:use-yield-from # suggested construct does not work with Python 2

0 comments on commit 990381f

Please sign in to comment.