mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
5 pipenv max depth
This commit is contained in:
@@ -20,7 +20,7 @@ PIPENV_NOSPIN = os.environ.get('PIPENV_NOSPIN')
|
||||
|
||||
# User-configuraable max-depth for Pipfile searching.
|
||||
# Note: +1 because of a temporary bug in Pipenv.
|
||||
PIPENV_MAX_DEPTH = int(os.environ.get('PIPENV_MAX_DEPTH', '4')) + 1
|
||||
PIPENV_MAX_DEPTH = int(os.environ.get('PIPENV_MAX_DEPTH', '5')) + 1
|
||||
|
||||
# Use shell compatibility mode when using venv in project mode.
|
||||
if PIPENV_VENV_IN_PROJECT:
|
||||
|
||||
Reference in New Issue
Block a user