test/py: Update docs, add requirements.txt for pip
authorTom Rini <trini@konsulko.com>
Thu, 24 Oct 2019 15:59:26 +0000 (11:59 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 30 Oct 2019 21:48:47 +0000 (17:48 -0400)
commitddaa8bed3dea59201392e9f516a9f2dbb12654d9
tree8662e761b54df27d4d4db59d310ab5e96c5f07bb
parent8add4fa4177bf697ad892497fe65259dad642366
test/py: Update docs, add requirements.txt for pip

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>
test/py/README.md
test/py/requirements.txt [new file with mode: 0644]