diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-04-27 22:35:59 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-04-27 22:37:56 -0700 |
| commit | 647468e3e1d15e527358e7d01091815f579037f9 (patch) | |
| tree | 2006cc38a83fc64b0bd3cac0af44be3b38cf88dc /meta-python/recipes-devtools/python/python3-click_8.1.3.bb | |
| parent | 4a9f3bfa227cf992df2ae9510f863f939a3c3689 (diff) | |
| download | meta-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.bb | 1 |
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 | |||
| 13 | inherit pypi setuptools3 ptest | 13 | inherit pypi setuptools3 ptest |
| 14 | 14 | ||
| 15 | SRC_URI += " \ | 15 | SRC_URI += " \ |
| 16 | file://0001-tests-Fix-test_bytes_args.patch \ | ||
| 16 | file://run-ptest \ | 17 | file://run-ptest \ |
| 17 | " | 18 | " |
| 18 | 19 | ||
