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
After updating to pytest==3.3, some tests of our pipeline started to be skipped while in previous versions where being run without problems.
Haven't seen anything relevant enough in the release notes and this is an important since skipping tests may lead to deploy broken stacks to production...
In our case, it's due to using test_client fixture from pytest-aiohttp:
After updating to
pytest==3.3
, some tests of our pipeline started to be skipped while in previous versions where being run without problems.Haven't seen anything relevant enough in the release notes and this is an important since skipping tests may lead to deploy broken stacks to production...
In our case, it's due to using
test_client
fixture frompytest-aiohttp
:Environment:
The fixture from
pytest-aiohttp
can be found in https://github.com/aio-libs/aiohttp/blob/master/aiohttp/pytest_plugin.py#L264. Maybe it is the fixture that is doing something wrong. If that's the case lets open an issue there but I think it would be useful a big disclaimer in the new release notes regarding this behavior changeThe text was updated successfully, but these errors were encountered: