]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 1 Nov 2023 19:19:35 +0000 (19:19 +0000)
commit72be3d6a116febf46130cccbe12afe5ad93779b5
tree8c3f7ca40eac0f5681cee4adff69db19d93f299e
parent0c45c92e7f26aea4edf2cfa577b7ba51384e59d3
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>
meta/lib/patchtest/tests/test_python_pylint.py