diff mbox series

pytest: update requirements.txt

Message ID 20240102-pytest-requirements-update-v1-1-8840af19df70@linaro.org
State Accepted
Commit 274e9acff4bfed12e5d1fc5e80751c804cedc8e9
Headers show
Series pytest: update requirements.txt | expand

Commit Message

Caleb Connolly Jan. 2, 2024, 11:55 a.m. UTC
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>
---
base-commit: 7f4c3400d5991d2314036de1f92235a209b4f294

// Caleb (they/them)
---
 test/py/requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Tom Rini Jan. 29, 2024, 5:55 p.m. UTC | #1
On Tue, Jan 02, 2024 at 11:55:30AM +0000, Caleb Connolly wrote:

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

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index f7e76bdb9181..62f3e4ccad04 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -11,10 +11,10 @@  more-itertools==7.2.0
 packaging==21.3
 pbr==5.4.3
 pluggy==0.13.0
-py==1.10.0
+py==1.11.0
 pycryptodomex==3.9.8
 pyelftools==0.27
-pygit2==1.9.2
+pygit2==1.13.3
 pyparsing==3.0.7
 pytest==6.2.5
 pytest-xdist==2.5.0