summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2024-10-09 19:19:55 +0200
committerGitHub <noreply@github.com>2024-10-09 19:19:55 +0200
commit62ce21b6e4d3ae8b95e4314f36f02eb9bef13b70 (patch)
tree64fbea6bdc75a93a72c6357d79321035bbfaa925 /changelogs
parentansible-test - Enable pylint docstyle for tests (#84092) (diff)
downloadansible-62ce21b6e4d3ae8b95e4314f36f02eb9bef13b70.tar.xz
ansible-62ce21b6e4d3ae8b95e4314f36f02eb9bef13b70.zip
ansible-test - Work around pylint issue on 3.11 (#84094)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-pylint-fix.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-pylint-fix.yml b/changelogs/fragments/ansible-test-pylint-fix.yml
new file mode 100644
index 0000000000..877a594496
--- /dev/null
+++ b/changelogs/fragments/ansible-test-pylint-fix.yml
@@ -0,0 +1,4 @@
+bugfixes:
+ - ansible-test - Enable the ``sys.unraisablehook`` work-around for the ``pylint`` sanity test on Python 3.11.
+ Previously the work-around was only enabled for Python 3.12 and later.
+ However, the same issue has been discovered on Python 3.11.