We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d94c43 commit 510a633Copy full SHA for 510a633
pipenv/environments.py
@@ -196,12 +196,6 @@ def __init__(self) -> None:
196
Default is 0. Automatically set to 1 on CI environments for robust testing.
197
"""
198
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
205
self.PIPENV_NO_INHERIT = "PIPENV_NO_INHERIT" in os.environ
206
"""Tell Pipenv not to inherit parent directories.
207
0 commit comments