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 · 3 comments
Open

Make the Pipfile.lock output be functional #6149

jefer94 opened this issue May 2, 2024 · 3 comments
Labels
Contributor Candidate The issue has been identified/triaged and contributions are welcomed/encouraged. triage

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.

@matteius
Copy link
Member

Sounds like a probable regression, also reported by: #6217

@matteius matteius added triage Contributor Candidate The issue has been identified/triaged and contributions are welcomed/encouraged. labels Aug 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contributor Candidate The issue has been identified/triaged and contributions are welcomed/encouraged. triage
Projects
None yet
Development

No branches or pull requests

2 participants