diff options
Diffstat (limited to 'changelogs/fragments/ansible-test-pylint-fix.yml')
-rw-r--r-- | changelogs/fragments/ansible-test-pylint-fix.yml | 4 |
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. |