revsys/django-health-check

use unittest.mock instead of mock

pgajdos opened this issue · 2 comments

Could you please consider to use built-in unittest.mock, as a fallback at least?

Background:
https://trello.com/b/WsskhdXA/opensuse-python
https://fedoraproject.org/wiki/Changes/DeprecatePythonMock

Hi @pgajdos,

Thanks for reaching out. I did just address all open deprecation warnings I could find in the latest release. This does include no longer using the mock page.

Cheers,
Joe