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) #16115

Merged
merged 1 commit into from
Jul 10, 2022

Commits on Jul 10, 2022

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

    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 committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    dde58d9 View commit details
    Browse the repository at this point in the history