summaryrefslogtreecommitdiff
path: root/test/py/requirements.txt
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-10-24 18:59:26 +0300
committerTom Rini <trini@konsulko.com>2019-10-31 00:48:47 +0300
commitddaa8bed3dea59201392e9f516a9f2dbb12654d9 (patch)
tree8662e761b54df27d4d4db59d310ab5e96c5f07bb /test/py/requirements.txt
parent8add4fa4177bf697ad892497fe65259dad642366 (diff)
downloadu-boot-ddaa8bed3dea59201392e9f516a9f2dbb12654d9.tar.xz
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>
Diffstat (limited to 'test/py/requirements.txt')
-rw-r--r--test/py/requirements.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
new file mode 100644
index 0000000000..cf251186f4
--- /dev/null
+++ b/test/py/requirements.txt
@@ -0,0 +1,22 @@
+atomicwrites==1.3.0
+attrs==19.3.0
+coverage==4.5.4
+extras==1.0.0
+fixtures==3.0.0
+importlib-metadata==0.23
+linecache2==1.0.0
+more-itertools==7.2.0
+packaging==19.2
+pbr==5.4.3
+pluggy==0.13.0
+py==1.8.0
+pyparsing==2.4.2
+pytest==5.2.1
+python-mimeparse==1.6.0
+python-subunit==1.3.0
+six==1.12.0
+testtools==2.3.0
+traceback2==1.4.0
+unittest2==1.1.0
+wcwidth==0.1.7
+zipp==0.6.0