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
The README explicitly list mock as a requirement for Python 2, whereas it is listed in extras_require in the setup script. Please clarify whether mock is an optional or required dependency for pytest-mock with Python 2. If optional, please adjust the wording of the README, if required (which I suspect), please list mock under install_requires for Python 2.