Maybe ```suggestion item: pytest.Item, ``` and add a type ignore about us monkeypatching stuff on it? Long-term, we should be using [Stash](https://docs.pytest.org/en/latest/reference/reference.html#pytest.Stash) instead anyways. Same also for the other utility methods taking `item` below. _Originally posted by @The-Compiler in https://github.com/pytest-dev/pytest-qt/pull/605#discussion_r2153787063_