You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a [new issue] for related bugs.
If you feel like there's important points made in this discussion, please include those exceprts into that [new issue].
[new issue]: https://github.com/aio-libs/aiohttp/issues/new
Long story short
Tests that rely on
stopped working with pytest 3.7.0. Instead of the fixture you get an
async_generator
.I’ve been told that some fixture handling code in pytest changed so I’m opening the bug here. Happy to redirect to pytest if necessary.
Expected behaviour
That it keeps working. :)
Actual behaviour
It passes an
async_generator
instead of the fixture.Steps to reproduce
Define an async fixture that yields itself and try to use it.
Your environment
Python 3.7.0, pytest 3.7.0, aiohttp 3.3.2.
The text was updated successfully, but these errors were encountered: