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
When running a test using urllib3-mock, pip install urllib3_mock isn't sufficient. I have to also run pip install mock. urllib3_mock should list mock as a dependency, so mock will automatically be installed.
When running a test using urllib3-mock,
pip install urllib3_mockisn't sufficient. I have to also runpip install mock.urllib3_mockshould listmockas a dependency, somockwill automatically be installed.Let me know if you want a repro case.