Conversation
|
Would be really nice to see the |
|
Unfortunately keyring 19.0 drops python 2.7, so you'd have to figure out what you want to do about that |
|
hi there, i'm still seeing these issues on ubuntu 18.04. the system library of If there's any other details i can provide, or a more appropriate place to report this, please let me know! |
|
Happens on github actions ubuntu/latest too. |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Pull Request Check List
This PR is a refactoring of the password management of Poetry. This alleviates some of the
keyringshortcomings and delays the import ofkeyringto onlywhen it's needed to avoid the CLI hanging because of it (see #1779).
Fixes #1779
Fixes #1719
Fixes #1565
Fixes #1335