mozilla / mozilla-django-oidc

A django OpenID Connect library
https://mozilla-django-oidc.readthedocs.io
Mozilla Public License 2.0
444 stars 166 forks source link

Use unittest.mock rather than mock #490

Closed traylenator closed 9 months ago

traylenator commented 1 year ago

Since python 3.4 the backported module mock is no longer needed and the builtin unittest.mock can be used instead.