commit | 166a294f4be3502a35e5ce4bd23a728cff636923 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Feb 25 16:04:52 2021 -0500 |
committer | Tom Rini <trini@konsulko.com> | Thu Feb 25 16:44:33 2021 -0500 |
tree | d29818176c0f2f633759db2a9c1f9296b2863c6e | |
parent | b615e30b9b2caf6fffcbc8973dd28eac180d6a1c [diff] |
patman: Assume we always have pygit2 for tests Given that we have tests that require pygit2 and it can be installed like any other python module, fail much more loudly if it is missing. Signed-off-by: Tom Rini <trini@konsulko.com>