]> git.ipfire.org Git - thirdparty/u-boot.git/commit
pytest: update requirements.txt
authorCaleb Connolly <caleb.connolly@linaro.org>
Tue, 2 Jan 2024 11:55:30 +0000 (11:55 +0000)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 15:31:23 +0000 (10:31 -0500)
commit274e9acff4bfed12e5d1fc5e80751c804cedc8e9
tree926081c86546a90e87742d000a3269b7f36c4572
parent526a865fe4fea59fb2638726c26e39557eb97fdd
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>
test/py/requirements.txt