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
Copy file name to clipboardExpand all lines: docs/faq.rst
+2
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,8 @@ Of course, replacing `MOCK_MODULES` with the modules that you want to mock out.
66
66
67
67
from mock import Mock as MagicMock
68
68
69
+
If such libraries are installed via ``setup.py``, you also will need to remove all the C-dependent libraries from your ``install_requires`` in the RTD environment.
0 commit comments