Skip to content

Commit 510a633

Browse files
committed
Remove PIPENV_MAX_SUBPROCESS
This is now meaningless since we use pip batch install.
1 parent 7d94c43 commit 510a633

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pipenv/environments.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,6 @@ def __init__(self) -> None:
196196
Default is 0. Automatically set to 1 on CI environments for robust testing.
197197
"""
198198

199-
self.PIPENV_MAX_SUBPROCESS = int(os.environ.get("PIPENV_MAX_SUBPROCESS", "8"))
200-
"""How many subprocesses should Pipenv use when installing.
201-
202-
Default is 16, an arbitrary number that seems to work.
203-
"""
204-
205199
self.PIPENV_NO_INHERIT = "PIPENV_NO_INHERIT" in os.environ
206200
"""Tell Pipenv not to inherit parent directories.
207201

0 commit comments

Comments
 (0)