On Wed, Oct 23, 2019 at 10:55:57AM -0600, Stephen Warren wrote:
> On 10/22/19 9:20 PM, 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:
> 
> I guess if this works, it's fine. But I think it'd work just as well to
> simply s/py.test/py.test-3/ in the existing code?

We can't because pip only provides "py.test" / "pytest" binaries.

-- 
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