summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2024-10-04 17:31:46 +0200
committerGitHub <noreply@github.com>2024-10-04 17:31:46 +0200
commit3cf308f6726ac8d0b8fd850b8f88a46ae0da546e (patch)
treeb5956a4b0dfcd9c5e5ad7ac22390b75246109e92 /changelogs
parentImplicit flush_handlers inherit play tags (#83968) (diff)
downloadansible-3cf308f6726ac8d0b8fd850b8f88a46ae0da546e.tar.xz
ansible-3cf308f6726ac8d0b8fd850b8f88a46ae0da546e.zip
ansible-test - Disable pylint deprecated-* rules (#84050)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-update.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-update.yml b/changelogs/fragments/ansible-test-update.yml
index fdb6ed2f3d..9facea0bd6 100644
--- a/changelogs/fragments/ansible-test-update.yml
+++ b/changelogs/fragments/ansible-test-update.yml
@@ -1,3 +1,4 @@
minor_changes:
- ansible-test - Update ``pylint`` sanity test to use version 3.3.1.
- ansible-test - Default to Python 3.13 in the ``base`` and ``default`` containers.
+ - ansible-test - Disable the ``deprecated-`` prefixed ``pylint`` rules as their results vary by Python version.