Skip to content

Commit

Permalink
PIPENV_MAX_ROUNDS is no longer used
Browse files Browse the repository at this point in the history
Since [this commit][1] removed the usage of piptools
resolver in favor of pip's internal resolver.

[1] 5ef5a59
  • Loading branch information
oz123 committed Jun 21, 2022
1 parent c45a1c0 commit d2365bb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pipenv/environments.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,6 @@ def initialize(self):
Default is 0. Automatically set to 1 on CI environments for robust testing.
"""

self.PIPENV_MAX_ROUNDS = int(os.environ.get("PIPENV_MAX_ROUNDS", "16"))
"""Tells Pipenv how many rounds of resolving to do for Pip-Tools.
Default is 16, an arbitrary number that works most of the time.
"""

self.PIPENV_MAX_SUBPROCESS = int(os.environ.get("PIPENV_MAX_SUBPROCESS", "8"))
"""How many subprocesses should Pipenv use when installing.
Expand Down

0 comments on commit d2365bb

Please sign in to comment.