All of lore.kernel.org
 help / color / mirror / Atom feed
From: Igor Opaniuk <igor.opaniuk@foundries.io>
To: u-boot@lists.denx.de
Subject: [PATCH v8 2/4] test: py: add pygit2 and pyelftools to requirements.txt
Date: Mon, 25 Jan 2021 14:28:41 +0200	[thread overview]
Message-ID: <20210125122843.253275-3-igor.opaniuk@gmail.com> (raw)
In-Reply-To: <20210125122843.253275-1-igor.opaniuk@gmail.com>

From: Igor Opaniuk <igor.opaniuk@foundries.io>

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 | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.25.1

  parent reply	other threads:[~2021-01-25 12:28 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-25 12:28 [PATCH v8 0/4] OP-TEE I2C trampoline and associated tests Igor Opaniuk
2021-01-25 12:28 ` [PATCH v8 1/4] drivers: tee: i2c trampoline driver Igor Opaniuk
2021-02-16 21:56   ` Tom Rini
2021-01-25 12:28 ` Igor Opaniuk [this message]
2021-02-16 21:56   ` [PATCH v8 2/4] test: py: add pygit2 and pyelftools to requirements.txt Tom Rini
2021-01-25 12:28 ` [PATCH v8 3/4] drivers: tee: sandbox: add rpc test ta emulation Igor Opaniuk
2021-02-16 21:56   ` Tom Rini
2021-01-25 12:28 ` [PATCH v8 4/4] test: dm: tee: extend with RPC test Igor Opaniuk
2021-02-16 21:56   ` Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210125122843.253275-3-igor.opaniuk@gmail.com \
    --to=igor.opaniuk@foundries.io \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.