commit | 978a4daba16bb5c33e5edf80c5a9d2d50683da0a | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Feb 26 07:52:28 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Wed Apr 07 11:13:54 2021 -0400 |
tree | c061bec5c20461e39b4ce1845de52c0395ce5eb3 | |
parent | 712cc962b70d68dd2af1e59dd33d7623e75c7ada [diff] |
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>