summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@foundries.io>2021-01-25 14:28:41 +0200
committerTom Rini <trini@konsulko.com>2021-02-16 11:48:20 -0500
commitf4a60b036308ca4a0a3ad08587b7f9b72d3565d5 (patch)
tree09d5d076d70a157c7d6205a493d0cd1e63177f83 /test
parent4e9635618529e0e404b641e155513ad7f313f423 (diff)
downloadu-boot-f4a60b036308ca4a0a3ad08587b7f9b72d3565d5.tar.gz
u-boot-f4a60b036308ca4a0a3ad08587b7f9b72d3565d5.tar.xz
u-boot-f4a60b036308ca4a0a3ad08587b7f9b72d3565d5.zip
test: py: add pygit2 and pyelftools to requirements.txt
Add pygit2 and pyelftools to the list of packages for virtualenv needed to run all sets of pytests.This fixes warnings like: binman.elf_test.TestElf.testDecodeElf (subunit.RemotedTestCase): Python elftools not available Signed-off-by: Igor Opaniuk <igor.opaniuk@foundries.io> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'test')
-rw-r--r--test/py/requirements.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index cf251186f4..926bccad69 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -10,6 +10,8 @@ packaging==19.2
pbr==5.4.3
pluggy==0.13.0
py==1.8.0
+pyelftools==0.27
+pygit2==1.4.0
pyparsing==2.4.2
pytest==5.2.1
python-mimeparse==1.6.0