[U-Boot] [PATCHv2 11/13] test/py: Update docs, add requirements.txt for pip

Simon Glass sjg at chromium.org
Thu Oct 24 00:59:21 UTC 2019


On Tue, 22 Oct 2019 at 21:20, Tom Rini <trini at 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 <trini at 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 <sjg at chromium.org>
Tested on sandbox:
Tested-by: Simon Glass <sjg at chromium.org>

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


- Simon


More information about the U-Boot mailing list