[release-monitoring] Remove Yahoo authentication backend

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-12-14 13:44:00 +01:00
parent 9f05832fa1
commit 4b8e7671f5

View file

@ -47,7 +47,6 @@ librariesio_platform_whitelist = [
social_auth_authentication_backends = [
'social_core.backends.fedora.FedoraOpenId',
'social_core.backends.yahoo.YahooOpenId',
'social_core.backends.open_id.OpenIdAuth',
]