summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-03-06 17:58:14 -0800
committerGitHub <noreply@github.com>2023-03-06 17:58:14 -0800
commit27287b40c0605e583145538ac072260095c139d7 (patch)
treeac86530528b4d98f3f32e5d976c669236aa6dd62 /changelogs
parent7c62cdeecd4834a1ca38a01e42ea07e33044de19 (diff)
downloadansible-27287b40c0605e583145538ac072260095c139d7.tar.gz
ansible-test - Fix pylint error with old home dir (#80151)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-pylint-home.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-pylint-home.yml b/changelogs/fragments/ansible-test-pylint-home.yml
new file mode 100644
index 0000000000..dcd3dfc87b
--- /dev/null
+++ b/changelogs/fragments/ansible-test-pylint-home.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - ansible-test - Set ``PYLINTHOME`` for the ``pylint`` sanity test to prevent failures due to ``pylint`` checking for the existence of an obsolete home directory.