You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'