mirror of
https://github.com/u-boot/u-boot.git
synced 2024-12-05 02:23:31 +08:00
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>
This commit is contained in:
parent
526a865fe4
commit
274e9acff4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user