summaryrefslogtreecommitdiff
path: root/test/py/requirements.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-10-31test/py: Update docs, add requirements.txt for pipTom Rini1-0/+22
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. Reviewed-by: Simon Glass <sjg@chromium.org> Tested-by: Stephen Warren <swarren@nvidia.com> Tested-by: Simon Glass <sjg@chromium.org> [on sandbox] Signed-off-by: Tom Rini <trini@konsulko.com>