[PATCH] 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 --- base-commit: 7f4c3400d5991d2314036de1f92235a209b4f294
// Caleb (they/them) --- test/py/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
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

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!
participants (2)
-
Caleb Connolly
-
Tom Rini