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 compatibility with pytest >= 8.4 #232

Open
youtux opened this issue Jan 11, 2025 · 0 comments · May be fixed by #233
Open

Fix compatibility with pytest >= 8.4 #232

youtux opened this issue Jan 11, 2025 · 0 comments · May be fixed by #233

Comments

@youtux
Copy link
Contributor

youtux commented Jan 11, 2025

pytest-dev/pytest#12473 introduced a change that is not compatible with what we currently do to access the original function from a fixture definition.
We should probably use _pytest.compat.get_real_func, but it needs more work, since it also unwraps partials, which we do use as the fixture func, so we need to adjust for that.

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 a pull request may close this issue.

1 participant