commit | 274e9acff4bfed12e5d1fc5e80751c804cedc8e9 | [log] [tgz] |
---|---|---|
author | Caleb Connolly <caleb.connolly@linaro.org> | Tue Jan 02 11:55:30 2024 +0000 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 29 10:31:23 2024 -0500 |
tree | 926081c86546a90e87742d000a3269b7f36c4572 | |
parent | 526a865fe4fea59fb2638726c26e39557eb97fdd [diff] |
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>