summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pylint/0001-pylint-remove-plugin-pickle-test.patch
Commit message (Collapse)AuthorAgeFilesLines
* python3-pylint: Upgrade to 3.0.0Khem Raj2023-10-041-53/+0
| | | | | | Package additional hidden files for ptests (test_primer.py) Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: omit failing pickle testTrevor Gamblin2023-05-151-0/+53
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>