summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pylint_3.0.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pylint_3.0.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pylint_3.0.3.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pylint_3.0.3.bb b/meta-python/recipes-devtools/python/python3-pylint_3.0.3.bb
index 09ab1f26ff..cc33edd829 100644
--- a/meta-python/recipes-devtools/python/python3-pylint_3.0.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pylint_3.0.3.bb
@@ -46,6 +46,9 @@ do_install_ptest() {
46 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 46 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
47 install -Dm 0644 ${S}/tests/.pylint_primer_tests/.gitkeep ${D}${PTEST_PATH}/tests/.pylint_primer_tests/.gitkeep 47 install -Dm 0644 ${S}/tests/.pylint_primer_tests/.gitkeep ${D}${PTEST_PATH}/tests/.pylint_primer_tests/.gitkeep
48 sed -i 's#/usr/bin/python$#/usr/bin/python3#g' ${D}${PTEST_PATH}/tests/data/ascript 48 sed -i 's#/usr/bin/python$#/usr/bin/python3#g' ${D}${PTEST_PATH}/tests/data/ascript
49 # regression_distutil_import_error_73.py fails to run see
50 # https://lists.openembedded.org/g/openembedded-devel/topic/103181847
51 rm ${D}${PTEST_PATH}/tests/functional/r/regression_02/regression_distutil_import_error_73.py
49} 52}
50 53
51BBCLASSEXTEND = "native nativesdk" 54BBCLASSEXTEND = "native nativesdk"