spyder-ide / pyls-spyder

Spyder extensions for the python language server (pyls)
MIT License
0 stars 6 forks source link

Remove dependency on separate mock package #11

Closed bnavigator closed 3 years ago

bnavigator commented 3 years ago

You can use unittest.mock from the standard library directly in Python >3.3, no need to depend on the package

andfoy commented 3 years ago

Thanks @bnavigator for this PR!