jaraco / keyring

MIT License
1.24k stars 152 forks source link

bugfix/573 #614

Closed IbrahimAH closed 1 year ago

IbrahimAH commented 1 year ago

per comment in #573, if user stores an empty string, it is returned to the if statement as ''. in python, '' evaluates as false, resulting in it not deleting the secret before trying to set a new one. this results in an error

IbrahimAH commented 1 year ago

i need some pointers here on why its failing ubuntu tests if the only changes were to the macos backend!

jaraco commented 1 year ago

Test failure was due to issues in the packaging infrastructure relating to new releases of tox, fixed in main.