We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ gh repo clone jaraco/keyrings.alt $ cd keyrings.alt $ tox […] =========================================================================================== short test summary info ============================================================================================ FAILED tests/mocks.py::ruff FAILED tests/test_crypto.py::TestCryptedFileKeyring::test_empty_username - ValueError: Username cannot be blank. FAILED tests/test_file.py::TestEncryptedFileKeyring::test_empty_username[Crypto] - ValueError: Username cannot be blank. FAILED tests/test_file.py::TestEncryptedFileKeyring::test_empty_username[Cryptodome] - ValueError: Username cannot be blank. FAILED tests/test_file.py::TestUncryptedFileKeyring::test_empty_username - ValueError: Username cannot be blank. ================================================================================== 5 failed, 154 passed, 81 skipped in 9.05s ===================================================================================
The text was updated successfully, but these errors were encountered:
While this appears to be triggered by jaraco/keyring#687, the ValueError comes from keyrings.alt:
ValueError
keyrings.alt
keyrings.alt/keyrings/alt/file_base.py
Line 118 in c821934
Sorry, something went wrong.
I submitted PR #55 which is one of possible solutions for this.
df66744
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: