[dpdk-dev] [PATCH] autotest: fix for pure python3 environments

Luca Boccassi bluca at debian.org
Thu May 7 11:36:35 CEST 2020


On Thu, 2020-05-07 at 09:26 +0200, Christian Ehrhardt wrote:
> Without this fix in a pure python3 environment this will run into
> issues like:
>   ModuleNotFoundError: No module named 'StringIO'
> or later string encoding issues on check_output.
> 
> Signed-off-by: Christian Ehrhardt <christian.ehrhardt at canonical.com>
> ---
>  app/test/autotest_runner.py | 16 +++++++---------
>  1 file changed, 7 insertions(+), 9 deletions(-)

Acked-by: Luca Boccassi <bluca at debian.org>

Note that this makes the file python3-only (as far as I can see) - I
think it's fine at this point, given python2 is EOL?

-- 
Kind regards,
Luca Boccassi


More information about the dev mailing list