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

Should poetry.lock be committed? #29

Open
nathan-at-least opened this issue Aug 24, 2023 · 0 comments
Open

Should poetry.lock be committed? #29

nathan-at-least opened this issue Aug 24, 2023 · 0 comments
Labels
question Further information is requested

Comments

@nathan-at-least
Copy link
Contributor

IIUC, committing poetry.lock would help ensure all users are pinned to the same python dependencies, and reduce the chance that diverging dependencies cause hard-to-reproduce problems only some users experience.

OTOH, if there is some issue or bug in the pinned dependencies, then all users are more likely to experience the same issue making it more likely to be diagnosed and fixed promptly.

Is there any reason not to pin the lock file into git? (I'm not super familiar with poetry / modern python.)

@nathan-at-least nathan-at-least added the question Further information is requested label Aug 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant