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

fix: use named tuple instead of dataclass in mediation invite store #1476

Merged

Conversation

dbluhm
Copy link
Contributor

@dbluhm dbluhm commented Nov 3, 2021

Dataclass wasn't added until python 3.7 and we're on 3.6. Not sure how this wasn't failing tests 🤔 we must have a backport package installed in the base image or similar but at any rate, I'm hopeful this will resolve issues @swcurran raised in #1473 for this module's doc generation.

@dbluhm dbluhm requested a review from swcurran November 3, 2021 20:07
@dbluhm
Copy link
Contributor Author

dbluhm commented Nov 3, 2021

@swcurran I wasn't able to reproduce the exact problems you described in #1473 (I suspect due to python version differences) but curious if you can check if this fixes the issue or not.

@codecov-commenter
Copy link

Codecov Report

Merging #1476 (88c7d11) into main (ed9ab88) will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main    #1476      +/-   ##
==========================================
- Coverage   95.81%   95.81%   -0.01%     
==========================================
  Files         489      489              
  Lines       30027    30026       -1     
==========================================
- Hits        28770    28769       -1     
  Misses       1257     1257              

@ianco ianco merged commit c109051 into openwallet-foundation:main Nov 8, 2021
@dbluhm dbluhm deleted the fix/mediation-invite-store-type branch November 8, 2021 16:32
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.

3 participants