Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finish dropping --skip-lock so we can move forward with migrating away from Requirementslib #5805

Closed
matteius opened this issue Jul 22, 2023 · 0 comments · Fixed by #5806
Closed
Assignees

Comments

@matteius
Copy link
Member

Issue description

A simplified architecture for pipenv would be:

image

--skip-lock is problematic because it requires also being able to generate the install lines from the Pipfile. Additionally given the other bugs around this flag, the recommendation is if you want to skip the lock and install something for testing just run pipenv run pip install If you want to do this from the Pipfile run pipenv requirements to generate a requirements file and then run pipenv run pip install -r requirements.txt

This will also improve the security of pipenv because some users may be using the --skip-lock flag in their CI builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant