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

New memory_keyring fixture #254

Merged
merged 1 commit into from
Feb 22, 2023
Merged

New memory_keyring fixture #254

merged 1 commit into from
Feb 22, 2023

Conversation

mih
Copy link
Member

@mih mih commented Feb 22, 2023

This fixture provides an isolated keyring in-memory-only backend for tests that needs to store/retrieve credentials.

The fixture is function-scope, hence the backend is destroyed at the end of each test.

Closes datalad/datalad#7295

This fixture provides an isolated keyring in-memory-only backend
for tests that needs to store/retrieve credentials.

The fixture is function-scope, hence the backend is destroyed at the end
of each test.

Closes datalad/datalad#7295
@mih
Copy link
Member Author

mih commented Feb 22, 2023

The failure pattern is still #249, but also only that.

@mih mih merged commit 8115ea6 into datalad:main Feb 22, 2023
@mih mih deleted the credsalad branch February 22, 2023 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pytest keyring setup causes writes to user HOME
1 participant