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>
This commit is contained in:
Khem Raj
2023-04-27 22:35:59 -07:00
parent 4a9f3bfa22
commit 647468e3e1
2 changed files with 42 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ SRC_URI[sha256sum] = "7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37
inherit pypi setuptools3 ptest
SRC_URI += " \
file://0001-tests-Fix-test_bytes_args.patch \
file://run-ptest \
"