Skip to content

Commit b3ad3b2

Browse files
committed
4.x had the same issue with python 3.8; until we drop it we may have to patch importlib-metadata version that we vendor.
1 parent db438fa commit b3ad3b2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pipenv/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111

1212
# Load patched pip instead of system pip
1313
os.environ["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
14-
os.environ["_PIP_USE_IMPORTLIB_METADATA"] = "1"
1514

1615

1716
def _ensure_modules():

0 commit comments

Comments
 (0)