berenslab / MorphoPy

GNU General Public License v3.0
34 stars 11 forks source link

Do not require PyPI mock to build the documentation #129

Open musicinmybrain opened 2 months ago

musicinmybrain commented 2 months ago

Instead of the mock package from PyPI, we can (since Python 3.3) just use unittest.mock from the standard library.