summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pylint/run-ptest
Commit message (Collapse)AuthorAgeFilesLines
* python3-pylint: switch to pytest --automakeTim Orling2024-02-161-1/+1
| | | | | | | | | * Also replace ${PYTHON_PN} with python3 * Sort all REDEPENDS alphabetically * Drop trailing whitespace Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: Ignore failing ptestsKhem Raj2024-01-081-1/+1
| | | | | | | | | | regression_distutil_import_error_73 seems to fail starting 3.0.3 perhaps due to dependency upgrade e.g. astroid or some such. Remove it from run for now. Match the run command to whats in github actions. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: Fix missing deps for ptestsKhem Raj2023-05-121-1/+1
| | | | | | Disable benchmarks in ptest run Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pylint: add ptestTrevor Gamblin2023-05-121-0/+3
Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>