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

Fix poetry locks missing hashes. (Cherry-pick of #16112) #16114

Merged
merged 1 commit into from Jul 10, 2022

Conversation

jsirois
Copy link
Member

@jsirois jsirois commented Jul 10, 2022

This was due to this change on PyPI:
https://discuss.python.org/t/backwards-incompatible-change-to-pypi-json-api/17154

Which was fixed in Poetry yesterday here:
python-poetry/poetry#5973

Unfortunately, the full fix requires blowing away the non-Pants
controlled Poetry cache at ~/.cache/pypoetry on Linux and
~/Library/Caches/pypoetry on Mac.

Fixes #16111

(cherry picked from commit b97936e)

[ci skip-rust]
[ci skip-build-wheels]

This was due to this change on PyPI:
  https://discuss.python.org/t/backwards-incompatible-change-to-pypi-json-api/17154

Which was fixed in Poetry yesterday here:
  python-poetry/poetry#5973

Unfortunately, the full fix requires blowing away the non-Pants
controlled Poetry cache at `~/.cache/pypoetry` on Linux and
`~/Library/Caches/pypoetry` on Mac.

Fixes pantsbuild#16111

(cherry picked from commit b97936e)

[ci skip-rust]
[ci skip-build-wheels]
@jsirois jsirois merged commit 421d437 into pantsbuild:2.12.x Jul 10, 2022
@jsirois jsirois deleted the 16112/cherry-pick/2.12.x branch July 10, 2022 05:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants