kivy / plyer

Plyer is a platform-independent Python wrapper for platform-dependent APIs
https://plyer.readthedocs.io
MIT License
1.56k stars 424 forks source link

please replace `mock` by `unittest.mock` #796

Closed a-detiste closed 2 months ago

a-detiste commented 6 months ago

mock has been integrated in the standard library as unittest.mock.

mock is now deprecated

a-detiste commented 2 months ago

Here's a PR: https://github.com/kivy/plyer/pull/807

misl6 commented 2 months ago

Closed via #807