Re: [U-Boot] [PATCH 04/10] test/py: Automated conversion to Python 3

2019-10-19 Thread Tom Rini
On Sat, Oct 19, 2019 at 07:25:37AM +0200, Heinrich Schuchardt wrote: > On 10/18/19 10:53 PM, Tom Rini wrote: > > Use the 2to3 tool to perform numerous automatic conversions from Python > > 2 syntax to Python 3. Also fix whitespace problems that Python 3 > > catches that Python 2 did not. > > > >

Re: [U-Boot] [PATCH 04/10] test/py: Automated conversion to Python 3

2019-10-18 Thread Heinrich Schuchardt
On 10/18/19 10:53 PM, Tom Rini wrote: Use the 2to3 tool to perform numerous automatic conversions from Python 2 syntax to Python 3. Also fix whitespace problems that Python 3 catches that Python 2 did not. Signed-off-by: Tom Rini This patch breaks ./test/py/test.py --bd=qemu-arm64

Re: [U-Boot] [PATCH 04/10] test/py: Automated conversion to Python 3

2019-10-18 Thread Tom Rini
On Fri, Oct 18, 2019 at 03:12:06PM -0600, Stephen Warren wrote: > On 10/18/19 2:53 PM, Tom Rini wrote: > > Use the 2to3 tool to perform numerous automatic conversions from Python > > 2 syntax to Python 3. Also fix whitespace problems that Python 3 > > catches that Python 2 did not. > > > diff

Re: [U-Boot] [PATCH 04/10] test/py: Automated conversion to Python 3

2019-10-18 Thread Stephen Warren
On 10/18/19 2:53 PM, Tom Rini wrote: Use the 2to3 tool to perform numerous automatic conversions from Python 2 syntax to Python 3. Also fix whitespace problems that Python 3 catches that Python 2 did not. diff --git a/test/py/conftest.py b/test/py/conftest.py import pytest from

[U-Boot] [PATCH 04/10] test/py: Automated conversion to Python 3

2019-10-18 Thread Tom Rini
Use the 2to3 tool to perform numerous automatic conversions from Python 2 syntax to Python 3. Also fix whitespace problems that Python 3 catches that Python 2 did not. Signed-off-by: Tom Rini --- test/py/conftest.py | 9 ++-- test/py/multiplexed_log.py| 4 +-