commit | f9254f787a89cb07ef2ebc7acfd5652dd55944aa | [log] [tgz] |
---|---|---|
author | Igor Opaniuk <igor.opaniuk@foundries.io> | Mon Jan 25 14:28:41 2021 +0200 |
committer | Tom Rini <trini@konsulko.com> | Tue Feb 16 11:48:20 2021 -0500 |
tree | 09d5d076d70a157c7d6205a493d0cd1e63177f83 | |
parent | d30807dea46db12f152dfdf8e82cb43b84999c3c [diff] |
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>