Searched hist:"884 fcafc9ced4701fefa5d09f5f8db0f34c0d9b5" (Results 1 – 1 of 1) sorted by relevance
/qemu/tests/docker/ |
H A D | docker.py | 884fcafc9ced4701fefa5d09f5f8db0f34c0d9b5 Wed Sep 04 17:46:36 UTC 2019 Alex Bennée <alex.bennee@linaro.org> tests/docker: handle missing encoding keyword for subprocess.check_output
This was only added in Python 3.6 and not all the build hosts have that recent a python3. However we still need to ensure everything is returns as a unicode string so checks higher up the call chain don't barf.
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
fixup! tests/docker: handle missing encoding keyword for subprocess.check_output
|