Re: [U-Boot] [PATCH v2 0/8] test/py: Fixes for python 3.x

2018-07-10 Thread Simon Glass
Hi Paul, On 14 September 2017 at 15:34, Paul Burton wrote: > This series allows test/py to run on python 3.x in addition to the > already supported python 2.x. With it applied I currently see only one > failure (test_ut[ut_dm_usb_flash]) which doesn't appear to be python > related when running wi

[U-Boot] [PATCH v2 0/8] test/py: Fixes for python 3.x

2017-09-14 Thread Paul Burton
This series allows test/py to run on python 3.x in addition to the already supported python 2.x. With it applied I currently see only one failure (test_ut[ut_dm_usb_flash]) which doesn't appear to be python related when running with: $ ./test/py/test.py --bd sandbox --build Thanks, Paul Paul