Skip to content

Add PIP_REQUIREMENTS_FILE environment variable to CLI flags

Igor Frenkel requested to merge 324238-fix-ignored-custom-reqs into master

What does this MR do?

Add PIP_REQUIREMENTS_FILE environment variable to allow users to specify a custom pip requirements file.

Prior to that change, flagRequirementsFile and envVarRequirementsFile are declared as constants, and flagRequirementsFile is used to initialize the Finder, but finder.Flags() doesn't return a CLI flag for it.

What are the relevant issue numbers?

gitlab-org/gitlab#324238 (closed)

Does this MR meet the acceptance criteria?

Edited by Igor Frenkel

Merge request reports