-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Poetry 1.2.0a2 - discrepancy in lockfile generation (compared to 1.1.x) #4384
Comments
I've looked deeply at the changes and I think this change is related: |
Related: #4242 |
Hi @orlevii, this is not a bug.
As such it is expected to find |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
-vvv
option).Issue
For some reason poetry 1.2.0a2 is generating a different lockfile then 1.1.x:
Let's take for for example this
pyproject.toml
:When using poetry 1.1.x - the lockfile looks fine.
But when using poetry 1.2.0a2 - for some reason "setuptools" is added as a dependency.
Also, the content hash comes out different:
Added the 2 lockfiles here:
1.1.7:
https://gist.github.com/orlevii/b56528719277c54492b44515b2efa22c#file-1-1-7-lockfile
1.2.0a2:
https://gist.github.com/orlevii/b56528719277c54492b44515b2efa22c#file-1-2-0a2-lockfile
The text was updated successfully, but these errors were encountered: