diff options
| author | Dan McGregor <dan.mcgregor@vecima.com> | 2024-03-12 10:43:17 -0600 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-03-13 20:15:29 -0700 |
| commit | 0c428fac857d5cdb90862431c34bec1b76bb7cba (patch) | |
| tree | 42ab05af2194a32dd6f191a5467cb9627060692b /meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb | |
| parent | 0be30bee7a71dc299e3938daed168363ec063071 (diff) | |
| download | meta-openembedded-0c428fac857d5cdb90862431c34bec1b76bb7cba.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pylint_3.1.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=c107cf754550e65755c42985a5d4e9c9" |
| 5 | 5 | ||
| 6 | SRC_URI += "git://github.com/pylint-dev/pylint;branch=maintenance/3.1.x;protocol=https \ | 6 | SRC_URI += "git://github.com/pylint-dev/pylint;branch=maintenance/3.1.x;protocol=https \ |
| 7 | file://0001-Adjust-test-expectations-for-ptest.patch \ | ||
| 7 | file://run-ptest \ | 8 | file://run-ptest \ |
| 8 | " | 9 | " |
| 9 | SRCREV = "053c2c3a25f97f043e10cdd41d2609e495a68f57" | 10 | SRCREV = "053c2c3a25f97f043e10cdd41d2609e495a68f57" |
