On Thu, Oct 24, 2019 at 11:59:25AM -0400, Tom Rini wrote:

> Now that we have moved to being based on pytest for python3 we need to
> make our test.py wrapper more robust in terms of only calling python3
> rather than possibly finding and using python2.  To do this, change from
> execvp()'ing pytest to invoking the package itself via python.  In the
> event that pytest is unavailable we still get a user-friendly error:
> 
> pkg_resources.DistributionNotFound: The 'pytest' distribution was not found 
> and is required by the application
> 
> Reviewed-by: Simon Glass <s...@chromium.org>
> Tested-by: Stephen Warren <swar...@nvidia.com>
> Tested-by: Simon Glass <s...@chromium.org> [on sandbox]
> Signed-off-by: Tom Rini <tr...@konsulko.com>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: PGP signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to