Skip to content

Isolate and lock vrange/python dependencies

Oscar Tovar requested to merge fix/385219 into master

What does this MR do?

This commit changes the vrange/python installation so that it utilizes the pipenv package manager to isolate its packages and ensure that the builds are reproducible i.e. locks the packages in a Pipfile.lock. This fixes the root cause of the issue described in gitlab-org/gitlab#385219 (closed).

What are the relevant issue numbers?

Fixes gitlab-org/gitlab#385219 (closed)

Does this MR meet the acceptance criteria?

Merge request reports