python3-pylint: Fix ptest failures

Due to the way we install ptests, some imports switch from
first party to third party. Update test expectations

Signed-off-by: Dan McGregor <dan.mcgregor@vecima.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dan McGregor
2024-03-12 10:43:17 -06:00
committed by Khem Raj
parent 0be30bee7a
commit 0c428fac85
2 changed files with 45 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9"
SRC_URI += "git://github.com/pylint-dev/pylint;branch=maintenance/3.1.x;protocol=https \
file://0001-Adjust-test-expectations-for-ptest.patch \
file://run-ptest \
"
SRCREV = "053c2c3a25f97f043e10cdd41d2609e495a68f57"