Skip to content

Commit 07049fe

Browse files
authored
Merge pull request #12175 from illia-v/drop-securetransport
2 parents 9ca96dd + 765732d commit 07049fe

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

news/12175.removal.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Drop a fallback to using SecureTransport on macOS. It was useful when pip detected OpenSSL older than 1.0.1, but the current pip does not support any Python version supporting such old OpenSSL versions.

src/pip/_internal/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from typing import List, Optional
22

3-
import pip._internal.utils.inject_securetransport # noqa
43
from pip._internal.utils import _log
54

65
# init_logging() must be called before any call to logging.getLogger()

src/pip/_internal/utils/inject_securetransport.py

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)