From 9b0c0a3b653c724b014a533367892b1fc457686f Mon Sep 17 00:00:00 2001 From: Brett Smith Date: Thu, 4 Jan 2024 15:58:41 -0500 Subject: [PATCH] 20846: Remove module versions print `pip install` writes this information at the end of the process. Writing it again ourselves is redundant verbosity. Arvados-DCO-1.1-Signed-off-by: Brett Smith --- build/run-library.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build/run-library.sh b/build/run-library.sh index c8564f5ac7..17ac4586a0 100755 --- a/build/run-library.sh +++ b/build/run-library.sh @@ -722,11 +722,6 @@ fpm_build_virtualenv_worker () { " "$venv_py" exit 1 fi - cat < >(grep -v 'warning: no previously-included files matching'); then -- 2.30.2