Skip to content

Commit 5e4e44a

Browse files
committed
Drop a fallback to using SecureTransport on macOS
1 parent 9ca96dd commit 5e4e44a

File tree

3 files changed

+1
-36
lines changed

3 files changed

+1
-36
lines changed

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.

tools/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 as it is not needed anymore.

0 commit comments

Comments
 (0)