Skip to content

Conversation

@dvcorreia
Copy link

pytest-8.4.0 introduced a type for fixtures, removing the __pytest_wrapped__ attribute on a fixture object.
Now instead of unwrapping the object, it now keeps __wrapped__ that we can use instead.

This issue was breaking the CI on pytest latest (v8.4.1), so I took the opportunity to add pytest-8.4.0 to tox.

See: pytest-dev/pytest#12473

Pytest 8.4.0 introduced a type for fixtures, removing the
__pytest_wrapped__ attribute on a fixture object.

See: pytest-dev/pytest#12473
@dvcorreia
Copy link
Author

dvcorreia commented Jun 26, 2025

Didn't noticed there was already a PR tackling this (#233).
This work is redundant so I will close it. Feel free to open if is relevant 😄

@dvcorreia dvcorreia closed this Jun 26, 2025
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.

1 participant