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

Handle kwargs in cached function fixtures #68

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kylegentle
Copy link

Fixes #31. This is mostly a cherry-pick of @kstech-roadie's 5d0c7ab, with one additional callsite fixed and a comment added about kwargs support for caching.

Fixes willemt#31. This is mostly a cherry-pick of @kstech-roadie's willemt@5d0c7ab, with one additional callsite fixed and a comment added about kwargs support for caching.
@pickfire
Copy link

pickfire commented Sep 4, 2024

This fixes compatibility issues with doctest as well as scrupy.

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.

Stacktraces fail when one session scoped fixture depending on another session scoped fixture crashes
2 participants