python3-pylint: omit failing pickle test

There is one test in the pylint suite involving pickling non-pickleable
plugins that fails on target (but not host). Disable this test for
ptest runs.

Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Trevor Gamblin
2023-05-15 10:06:27 -04:00
committed by Khem Raj
parent 08de5f3969
commit 44fbe5a318
2 changed files with 54 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ SRC_URI += " \
git://github.com/pylint-dev/pylint;branch=main;protocol=https \
file://run-ptest \
file://0001-pyproject.toml-Remove-hard-coded-dependencies.patch \
file://0001-pylint-remove-plugin-pickle-test.patch \
"
SRCREV ?= "fc34a4b6abe56f3ac07ca15d846b1c1955545f85"