patman: Assume we always have pygit2 for tests
authorTom Rini <trini@konsulko.com>
Fri, 26 Feb 2021 12:52:31 +0000 (07:52 -0500)
committerSimon Glass <sjg@chromium.org>
Thu, 29 Apr 2021 10:23:39 +0000 (03:23 -0700)
commit2959a8e3a5573dfcfde7e03ee5a7fefbeff5436c
treecb9354d69a2c5750e5839ce69cf6742ba9343345
parent5f0d23cf3c2c75b71f86e7f63181aaabc53fb726
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.

Cc: Simon Glass <sjg@chromium.org>
Signed-off-by: Tom Rini <trini@konsulko.com>
tools/patman/func_test.py