Skip to content

Commit 1b13cd7

Browse files
committed
Last run was more succesful, but 3.8 had issues with an API added in 3.9, lets try 4.13.0
1 parent db438fa commit 1b13cd7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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():

pipenv/vendor/vendor.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ click-didyoumean==0.3.1
22
click==8.1.7
33
colorama==0.4.6
44
dparse==0.6.3
5-
importlib-metadata==6.5.1
5+
importlib-metadata==4.13.0
66
pexpect==4.9.0
77
pipdeptree==2.18.1
88
plette==0.4.4

0 commit comments

Comments
 (0)