]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
patchtest: make pylint tests compatible with 3.x
authorTrevor Gamblin <tgamblin@baylibre.com>
Tue, 31 Oct 2023 18:16:13 +0000 (14:16 -0400)
committerSteve Sakoman <steve@sakoman.com>
Mon, 20 Nov 2023 18:40:39 +0000 (08:40 -1000)
commit8b3c6837fe2367fa7aa20b2ee5be554be98f2acd
treed0211d83701f6bba24d3f7b8cb4505dd8d804717
parentb15537e2e13fd932e16fef5f7a25a3ab2130a19e
patchtest: make pylint tests compatible with 3.x

pylint 3.x has removed epylint, which is now a separate module. To avoid
adding another recipe or using outdated modules, modify the
test_python_pylint tests so that they use the standard pylint API.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 72be3d6a116febf46130cccbe12afe5ad93779b5)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/patchtest/tests/test_python_pylint.py