kura / yarg

A semi hard Cornish cheese, also queries PyPI
https://yarg.readthedocs.org
MIT License
20 stars 6 forks source link

mock is deprecated #8

Closed pgajdos closed 3 years ago

pgajdos commented 3 years ago

Could you please use unittest.mock instead, conditionally at least?

kura commented 3 years ago

Honestly, I considered this a pretty dead project, surprised to see an issue coming in on it tbh. I have updated the tests to use unittest.mock instead and removed the requirement on the old mock package.