summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2024-09-23 22:40:10 +0200
committerGitHub <noreply@github.com>2024-09-23 22:40:10 +0200
commit7693c892fab1b29369628b13cbd2efd40737596d (patch)
treec746478bd025088cafd836b4a28680f47129f528 /changelogs
parentansible-galaxy - fix the usage for role/collection install (#83979) (diff)
downloadansible-7693c892fab1b29369628b13cbd2efd40737596d.tar.xz
ansible-7693c892fab1b29369628b13cbd2efd40737596d.zip
ansible-test - Use Python version in pylint contexts (#83984)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/ansible-test-pylint-py-version.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/changelogs/fragments/ansible-test-pylint-py-version.yml b/changelogs/fragments/ansible-test-pylint-py-version.yml
new file mode 100644
index 0000000000..8ea54fa7ba
--- /dev/null
+++ b/changelogs/fragments/ansible-test-pylint-py-version.yml
@@ -0,0 +1,4 @@
+bugfixes:
+ - ansible-test - The ``pylint`` sanity test now includes the controller/target context of files when grouping them.
+ This allows the ``--py-version`` option to be passed to ``pylint`` to indicate the minimum supported Python version
+ for each test context, preventing ``pylint`` from defaulting to the Python version used to invoke the test.