On Tue, 22 Oct 2019 at 21:20, Tom Rini <tr...@konsulko.com> wrote:
>
> To be more closely aligned with Python community best practices, we need
> to better document our usage of pip and make use of a requirements.txt
> file that shows the versions of the tools that we are using.  This will
> aide in ensuring reproducibility of our tests as well.
>
> Signed-off-by: Tom Rini <tr...@konsulko.com>
> ---
>  test/py/README.md        | 45 +++++++++++++++++++++-------------------
>  test/py/requirements.txt | 22 ++++++++++++++++++++
>  2 files changed, 46 insertions(+), 21 deletions(-)
>  create mode 100644 test/py/requirements.txt

Reviewed-by: Simon Glass <s...@chromium.org>
Tested on sandbox:
Tested-by: Simon Glass <s...@chromium.org>

I don't like / use pip unless I can help it, but this seems to be correct.


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

Reply via email to