-
Notifications
You must be signed in to change notification settings - Fork 37
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
KeyError during report generation in syrupy when pytest is also doing doctests #451
Comments
KeyError
during report generation in syrupy when pytest is also doing doctests
Incidentally I'm pretty sure this was introduced by this fix for my previous issue! |
The patch that I'm doing locally (and I will push an MR soon, but maybe not today...) is:
The problem is that |
@daphtdazz Is this still an issue? |
Sorry for delay, yes it still is in 1.3.1. |
🎉 This issue has been resolved in version 1.4.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Describe the bug
Errors such as
To reproduce
Will try and provide for a test, but I will push a patch shortly since I know what the issue is. It also doesn't seem to be deterministic because it depends on ordering in a
set
object (I think).Expected behavior
Not to crash during report generation.
Screenshots
N/A
Environment (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: