From 0c428fac857d5cdb90862431c34bec1b76bb7cba Mon Sep 17 00:00:00 2001 From: Dan McGregor Date: Tue, 12 Mar 2024 10:43:17 -0600 Subject: 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb b/meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb index 49f0b3eb6e..12f4f908af 100644 --- a/meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb @@ -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" -- cgit v1.2.3-54-g00ecf