-
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 not passing through SHAs for certain package versions. #5967
Comments
When
|
Can't reproduce on Linux amd64, so I'm wondering if it could not be specific to arm64. |
I am still seeing this issue with Running the MWE on a different computer: I see similar issues but on different packages:
|
This reproduces reliably on Ubuntu for me:
then a lot of packages lose their hashes. It wasn't reproducing until I cleared the cache. This makes me think that it is an issue with pulling the data from PyPi. |
It looks like pypi/warehouse#11775 is most likely the cause, per #5967. |
I started using |
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
Poetry is not passing through SHA values of packages in the
poetry.lock
file.MWE:
poetry new test-sha cd test-sha poetry add requests==2.27.1
Results in a
poetry.lock
file that is missing hashes.The text was updated successfully, but these errors were encountered: