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

Make the Pipfile.lock output be functional #6149

Open
jefer94 opened this issue May 2, 2024 · 2 comments
Open

Make the Pipfile.lock output be functional #6149

jefer94 opened this issue May 2, 2024 · 2 comments

Comments

@jefer94
Copy link

jefer94 commented May 2, 2024

Usually, some dependencies change their place, and others markers change, in every execution, even if these have no updates, this generates unnecessary diff in reading.

My proposal is, for a pipfile with x=23.2 and y=2.33.5, what resolves the sub-dependencies a=3.0 and b=5.3.1, the output must keep equal in each execution, like a functional function.

@matteius
Copy link
Member

matteius commented May 3, 2024

What version of pipenv are you? The markers should be consistent as of about a year ago.

@jefer94
Copy link
Author

jefer94 commented May 3, 2024

I'm using 2023.12.1 thought of extra/python-pipenv package in Archlinux.

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

No branches or pull requests

2 participants