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
DISCLAIMER: I don't know if this is a pytest or pytest-aiohttp problem, but I think its interesting to follow this here just in case other users ask about it. Pytest issue in pytest-dev/pytest#2975
Long story short
After upgrading to pytest==2.3.3, all tests that use the test_client fixture are skipped.
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
DISCLAIMER: I don't know if this is a
pytest
orpytest-aiohttp
problem, but I think its interesting to follow this here just in case other users ask about it. Pytest issue in pytest-dev/pytest#2975Long story short
After upgrading to
pytest==2.3.3
, all tests that use thetest_client
fixture are skipped.Expected behaviour
Tests using
test_client
fixture should runSteps to reproduce
Super easy to reproduce:
With
With
pytest<=3.3.0
runs fineThe text was updated successfully, but these errors were encountered: