google/python-fire

Remove test requirement on mock

dvzrv opened this issue · 4 comments

Hi! I package this project for Arch Linux.

We are currently trying to finally get rid off mock as test requirement (as it is included with Python since 3.3).
It would be great if the test requirement on mock in this project could be replaced by the internal unittest.mock.

Related: This project seems to support Python versions that are no longer supported by the Python project itself (see https://www.python.org/downloads/). Is there a reason for that?