summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-click_8.1.3.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2023-04-27 22:35:59 -0700
committerKhem Raj <raj.khem@gmail.com>2023-04-27 22:37:56 -0700
commit647468e3e1d15e527358e7d01091815f579037f9 (patch)
tree2006cc38a83fc64b0bd3cac0af44be3b38cf88dc /meta-python/recipes-devtools/python/python3-click_8.1.3.bb
parent4a9f3bfa227cf992df2ae9510f863f939a3c3689 (diff)
downloadmeta-openembedded-647468e3e1d15e527358e7d01091815f579037f9.tar.gz
python3-click: Fix ptest failure
test_bytes_args fails especially on musl, therefore use mocked sys.stdin.encoding Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-click_8.1.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-click_8.1.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-click_8.1.3.bb b/meta-python/recipes-devtools/python/python3-click_8.1.3.bb
index 006742f153..9b8ea94c2a 100644
--- a/meta-python/recipes-devtools/python/python3-click_8.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-click_8.1.3.bb
@@ -13,6 +13,7 @@ SRC_URI[sha256sum] = "7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37
13inherit pypi setuptools3 ptest 13inherit pypi setuptools3 ptest
14 14
15SRC_URI += " \ 15SRC_URI += " \
16 file://0001-tests-Fix-test_bytes_args.patch \
16 file://run-ptest \ 17 file://run-ptest \
17" 18"
18 19