Skip to content

Commit

Permalink
4.x had the same issue with python 3.8; until we drop it we may have …
Browse files Browse the repository at this point in the history
…to patch importlib-metadata version that we vendor.
  • Loading branch information
matteius committed Apr 24, 2024
1 parent db438fa commit b3ad3b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pipenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

# Load patched pip instead of system pip
os.environ["PIP_DISABLE_PIP_VERSION_CHECK"] = "1"
os.environ["_PIP_USE_IMPORTLIB_METADATA"] = "1"


def _ensure_modules():
Expand Down

0 comments on commit b3ad3b2

Please sign in to comment.