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
Nowadays, pip extracts the cert bundle from certifi to a temporary file (see #pip/10753). As far as I can see, monkeypatch_for_certhere does basically the same thing.
Could we just remove that function?
The text was updated successfully, but these errors were encountered:
Nowadays, pip extracts the cert bundle from certifi to a temporary file (see #pip/10753). As far as I can see,
monkeypatch_for_cert
here does basically the same thing.Could we just remove that function?
The text was updated successfully, but these errors were encountered: