From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Wed, 23 Oct 2019 18:59:11 -0600 Subject: [U-Boot] [PATCHv2 05/13] test/py: Automated conversion to Python 3 In-Reply-To: <20191023032010.27725-6-trini@konsulko.com> References: <20191018205338.14879-1-trini@konsulko.com> <20191023032010.27725-1-trini@konsulko.com> <20191023032010.27725-6-trini@konsulko.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 22 Oct 2019 at 21:20, 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. > > Reviewed-by: Stephen Warren > Signed-off-by: Tom Rini > --- > test/py/conftest.py | 9 ++-- > test/py/multiplexed_log.py | 4 +- > test/py/test.py | 4 +- > test/py/tests/test_fit.py | 2 - > test/py/tests/test_fpga.py | 46 +++++++++---------- > test/py/tests/test_fs/conftest.py | 4 +- > test/py/tests/test_log.py | 8 ++-- > test/py/tests/test_mmc_wr.py | 74 +++++++++++++++---------------- > 8 files changed, 71 insertions(+), 80 deletions(-) Reviewed-by: Simon Glass Tested on sandbox: Tested-by: Simon Glass