
24 Oct
2019
24 Oct
'19
2:59 a.m.
On Tue, 22 Oct 2019 at 21:20, Tom Rini trini@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@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@chromium.org Tested on sandbox: Tested-by: Simon Glass sjg@chromium.org
I don't like / use pip unless I can help it, but this seems to be correct.
- Simon