diff options
author | Tom Rini <trini@konsulko.com> | 2021-10-11 11:58:05 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2021-10-11 11:58:05 -0400 |
commit | 95a551f19f6d03c53c13cd3e68f7b88d58719a79 (patch) | |
tree | e42cb74e12548d92f396abcca38fb894fb941b60 | |
parent | 1cc57c3c5bd477aa2d1814d5c460a50abfb7bb6b (diff) | |
download | u-boot-WIP/try-bullseye.zip u-boot-WIP/try-bullseye.tar.gz u-boot-WIP/try-bullseye.tar.bz2 |
pytest: Move to pygit2 1.6.1WIP/try-bullseye
In order to move to a newer distribution for CI, we need to update
pygit2. Given that bullseye ships with libgit2-1.1.x we can move up to
1.6.1 for pygit2 as it is the newest release that also still uses
libgit2-1.1.x
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r-- | test/py/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt index 33c5c0b..3274949 100644 --- a/test/py/requirements.txt +++ b/test/py/requirements.txt @@ -12,7 +12,7 @@ pluggy==0.13.0 py==1.10.0 pycryptodomex==3.9.8 pyelftools==0.27 -pygit2==0.28.2 +pygit2==1.6.1 pyparsing==2.4.2 pytest==5.2.1 python-mimeparse==1.6.0 |