From 3be93444cecbdf5cc439c6f4bf1299391a0d26da Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Sat, 19 Oct 2024 18:12:39 -0400 Subject: [PATCH] Try again to fix the test --- pipenv/routines/install.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pipenv/routines/install.py b/pipenv/routines/install.py index a0ea02449..5d1e49195 100644 --- a/pipenv/routines/install.py +++ b/pipenv/routines/install.py @@ -665,9 +665,7 @@ def do_init( ): ensure_project( project, - python=python - or project.s.PIPENV_PYTHON - or project.s.PIPENV_DEFAULT_PYTHON_VERSION, + python=python, system=system, warn=True, deploy=deploy,