paketo-buildpacks / cpython

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add Pipfile.lock to resolver priorities

arjun024 opened this issue · comments

The pipenv-install buildpack may request a specific version of CPython (read from Pipfile.lock) using Pipfile.lock as version-source. This must be part of the priority enumeration so that it takes precedence over an unknown priority.
See https://github.com/paketo-community/cpython/blob/v0.5.0/constants.go#L14-L17