summaryrefslogtreecommitdiff
path: root/test/py/requirements.txt
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-02-26 15:52:28 +0300
committerTom Rini <trini@konsulko.com>2021-04-07 18:13:54 +0300
commit978a4daba16bb5c33e5edf80c5a9d2d50683da0a (patch)
treec061bec5c20461e39b4ce1845de52c0395ce5eb3 /test/py/requirements.txt
parent712cc962b70d68dd2af1e59dd33d7623e75c7ada (diff)
downloadu-boot-978a4daba16bb5c33e5edf80c5a9d2d50683da0a.tar.xz
pytest: Lower pygit2 requirement
The latest versions of pygit2 are not available in practically any distribution at this time. Furthermore, we don't need the latest in order to run all of our testsuites. Reduce this version requirement to something older that meets our needs while still supporting running our tests on older hosts (and so, test labs). Reported-by: Tom Warren <twarren@nvidia.com> Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'test/py/requirements.txt')
-rw-r--r--test/py/requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/requirements.txt b/test/py/requirements.txt
index 926bccad69..89ca259b21 100644
--- a/test/py/requirements.txt
+++ b/test/py/requirements.txt
@@ -11,7 +11,7 @@ pbr==5.4.3
pluggy==0.13.0
py==1.8.0
pyelftools==0.27
-pygit2==1.4.0
+pygit2==0.28.2
pyparsing==2.4.2
pytest==5.2.1
python-mimeparse==1.6.0