tculp

Results 42 comments of tculp

I have someone reporting similar behavior on Ubuntu 18.04, and the result of the backend check is ``` >>> import keyring >>> keyring.get_keyring() ``` Disabling the keyring with `export PYTHON_KEYRING_BACKEND="keyring.backends.null.Keyring"`...