mgedmin / check-manifest

Tool to check the completeness of MANIFEST.in for Python packages
https://pypi.org/p/check-manifest
MIT License
287 stars 38 forks source link

do not depend on obsolete mock #151

Closed pgajdos closed 2 years ago

pgajdos commented 2 years ago

Please consider to use unittest.mock instead.

mgedmin commented 2 years ago

I don't mind. I have no more reason not to use unittest.mock, given that Python 2.7 is no longer supported.

OTOH I don't feel any particular urgency for migrating away from it. I will accept a PR replacing mock with unittest.mock, but I myself have no plans of doing that until actual problems show up (like tests failing on a new Python version or something like that).