Skip to content

Remove verbose flag in pip command

Harsh Chouraria requested to merge hchouraria-pip-remove-verbose into main

What does this MR do?

This change removes the verbose (-v) flag from the pip command invoked to install detected packages in a virtualenv

The presence of verbose flag causes a lot of logs to be produced which ends up running over GitLab.com (SaaS) log limits and makes it difficult to troubleshoot failures

The verbose flag was added during gitlab-org/security-products/license-management!133 possibly for just debug reasons during its development

What are the relevant issue numbers?

Related to gitlab-org/security-products/license-management!133

Related to customer support ticket https://gitlab.zendesk.com/agent/tickets/276040

Does this MR meet the acceptance criteria?

Edited by Harsh Chouraria

Merge request reports