bodhi-client was ported to use OIDC Client for authentication.
We need to mock out its OIDC provider metadata discovery because
it does an unavoidable network request, and we also need to make
sure HOME is defined in os.environ because the new OIDC code
expects to read it (in BodhiClient._build_oidc_client()).
bodhi-client was ported to use OIDC Client for authentication.
We need to mock out its OIDC provider metadata discovery because
it does an unavoidable network request, and we also need to make
sure
HOMEis defined inos.environbecause the new OIDC codeexpects to read it (in
BodhiClient._build_oidc_client()).Signed-off-by: Adam Williamson awilliam@redhat.com