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.
Let me know if you want a repro case.
The text was updated successfully, but these errors were encountered:
When running a test using urllib3-mock,
pip install urllib3_mock
isn't sufficient. I have to also runpip install mock
.urllib3_mock
should listmock
as a dependency, somock
will automatically be installed.Let me know if you want a repro case.
The text was updated successfully, but these errors were encountered: