pytest: Lower pygit2 requirement
authorTom Rini <trini@konsulko.com>
Fri, 26 Feb 2021 12:52:28 +0000 (07:52 -0500)
committerTom Rini <trini@konsulko.com>
Wed, 7 Apr 2021 15:13:54 +0000 (11:13 -0400)
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>
test/py/requirements.txt

index 926bcca..89ca259 100644 (file)
@@ -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