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
I'm curious why CI passes tests? We definitely run it many times per year with success.
Plus I can run 3.7 branch against Python 3.7 with the green result at the end.
Long story short
The 3.6.2 release has failing test
test_aiohttp_request_coroutine[pyloop]
due to'ClientSession._request' was never awaited
.Expected behaviour
Surprisingly, I'd expect tests to pass.
Actual behaviour
A lot of test failures: aiohttp-failures.txt
For example:
Steps to reproduce
Your environment
aiohttp-3.6.2 (source)
Gentoo Linux
Python 3.7.4 & 3.5.7 (tried both)
The text was updated successfully, but these errors were encountered: