diff mbox series

[4/5] tests: patman: Add requests to the module list

Message ID 20210226125231.7476-4-trini@konsulko.com
State Accepted
Commit 5f0d23cf3c2c75b71f86e7f63181aaabc53fb726
Delegated to: Simon Glass
Headers show
Series [1/5] GitLab: Remove "tags" stanzas | expand

Commit Message

Tom Rini Feb. 26, 2021, 12:52 p.m. UTC
The patman tests require the requests module, add it.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
---
 test/py/requirements.txt | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 89ca259b213b..f396eb646362 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -16,6 +16,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