After updating from pytest-mock 3.7.0 to 3.8.0, the following import error crashes the test suite:
File "/opt/conda/envs/gis/lib/python3.7/site-packages/pytest_mock/plugin.py", line 33, in <module>
import mock
ModuleNotFoundError: No module named 'mock'