diff options
author | Tom Rini <trini@konsulko.com> | 2021-02-26 07:52:30 -0500 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2021-04-29 03:23:39 -0700 |
commit | 5f0d23cf3c2c75b71f86e7f63181aaabc53fb726 (patch) | |
tree | 7ef1232a1468963b8d8ccabc04136618594cc051 /test | |
parent | 38229b55d30d7eb0b72ce4e00b34487bebb9a40f (diff) | |
download | u-boot-5f0d23cf3c2c75b71f86e7f63181aaabc53fb726.tar.gz |
tests: patman: Add requests to the module list
The patman tests require the requests module, add it.
Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/py/requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 5b4829256d..33c5c0bbc4 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -17,6 +17,7 @@ pyparsing==2.4.2 pytest==5.2.1 python-mimeparse==1.6.0 python-subunit==1.3.0 +requests==2.25.1 six==1.12.0 testtools==2.3.0 traceback2==1.4.0 |