aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaleb Connolly <caleb.connolly@linaro.org>2024-01-02 11:55:30 +0000
committerTom Rini <trini@konsulko.com>2024-01-29 10:31:23 -0500
commit274e9acff4bfed12e5d1fc5e80751c804cedc8e9 (patch)
tree926081c86546a90e87742d000a3269b7f36c4572
parent526a865fe4fea59fb2638726c26e39557eb97fdd (diff)
downloadu-boot-274e9acff4bfed12e5d1fc5e80751c804cedc8e9.zip
u-boot-274e9acff4bfed12e5d1fc5e80751c804cedc8e9.tar.gz
u-boot-274e9acff4bfed12e5d1fc5e80751c804cedc8e9.tar.bz2
pytest: update requirements.txt
Update pygit2 and py to their latest versions. Even in the venv pygit2 still links against the system libgit2 library which is failing on latest Arch Linux. The py library also needs updating to fix a KeyNotFound exception during test initialisation. Signed-off-by: Caleb Connolly <caleb.connolly@linaro.org>
-rw-r--r--test/py/requirements.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index c3cc916..0f67c3c 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -11,10 +11,10 @@ more-itertools==7.2.0
packaging==23.2
pbr==5.4.3
pluggy==0.13.0
-py==1.10.0
+py==1.11.0
pycryptodomex==3.19.1
pyelftools==0.27
-pygit2==1.9.2
+pygit2==1.13.3
pyparsing==3.0.7
pytest==6.2.5
pytest-xdist==2.5.0