mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-24 22:36:05 +00:00
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>
This commit is contained in:
parent
4e96356185
commit
f4a60b0363
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ packaging==19.2
|
||||||
pbr==5.4.3
|
pbr==5.4.3
|
||||||
pluggy==0.13.0
|
pluggy==0.13.0
|
||||||
py==1.8.0
|
py==1.8.0
|
||||||
|
pyelftools==0.27
|
||||||
|
pygit2==1.4.0
|
||||||
pyparsing==2.4.2
|
pyparsing==2.4.2
|
||||||
pytest==5.2.1
|
pytest==5.2.1
|
||||||
python-mimeparse==1.6.0
|
python-mimeparse==1.6.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue