From e6d1cee68e41b29f307963677bb4081945e4bd59 Mon Sep 17 00:00:00 2001 From: David Hotham Date: Thu, 6 Oct 2022 19:38:11 +0100 Subject: [PATCH] pass --no-input to pip --- src/poetry/utils/pip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/poetry/utils/pip.py b/src/poetry/utils/pip.py index 65414ac36b2..58b3504fba7 100644 --- a/src/poetry/utils/pip.py +++ b/src/poetry/utils/pip.py @@ -29,6 +29,7 @@ def pip_install( "install", "--disable-pip-version-check", "--isolated", + "--no-input", "--prefix", str(environment.path), ]