projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e96356
)
test: py: add pygit2 and pyelftools to requirements.txt
author
Igor Opaniuk
<igor.opaniuk@foundries.io>
Mon, 25 Jan 2021 12:28:41 +0000
(14:28 +0200)
committer
Tom Rini
<trini@konsulko.com>
Tue, 16 Feb 2021 16:48:20 +0000
(11:48 -0500)
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>
test/py/requirements.txt
patch
|
blob
|
history
diff --git
a/test/py/requirements.txt
b/test/py/requirements.txt
index
cf25118
..
926bcca
100644
(file)
--- 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