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

Let devpi fall back to other options if keyring fails #582

Merged
merged 5 commits into from Jul 14, 2022

Commits on Jun 28, 2022

  1. Let devpi fall back to other options if keyring fails

    keyring provides a plugin to supply the password to devpi-client. However, if keyring fails - e.g. it's installed but no backend is working, or unlocking the keyring fails - then `devpi login` becomes impossible, because the keyring exception is uncaught.
    
    This catches any KeyringError, and returns None instead, which signals to devpi that it should try another way to get the password ([docs](https://devpi.net/docs/devpi/devpi/stable/+d/devguide/hooks.html#devpi-client-plugin-hooks-experimental)).
    takluyver committed Jun 28, 2022
    Copy the full SHA
    45694f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Update changelog.

    jaraco committed Jul 14, 2022
    Copy the full SHA
    1d8fa37 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bf3f629 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8858582 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    314c8d3 View commit details
    Browse the repository at this point in the history