]> git.proxmox.com Git - mirror_qemu.git/commit
tests/docker: handle missing encoding keyword for subprocess.check_output
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 4 Sep 2019 17:46:36 +0000 (18:46 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 10 Sep 2019 08:38:33 +0000 (09:38 +0100)
commit884fcafc9ced4701fefa5d09f5f8db0f34c0d9b5
tree27ad0a4a1ead1a4a71a7da66a878399e7754999c
parent71ebbe09e97894f4c573b8fd77e627530a4cba49
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
tests/docker/docker.py