Closed WisdomPill closed 4 years ago
I removed tests27 when python major version is 3.
I still get errors from flake on async def
.
I do not know if to include asyncio
(bad practice imho) or to move the async code outside
Hi @WisdomPill, I opened a PR for fixing a couple of things you solved with a different approach I don't particularly like. For instance, tests27
are tests which had Python 2.7
as minor version since I used to support version 2.6
but gevent
was not supporting it.
As soon as I'll make it work, I will work at the rest of your changes.
I've just merged your changes. Thank you very much for your contribution.
Your welcome!
Solves #114
There is a weird warning that is not dependent from aiohttp
Any ideas on how to solve?
Is it a blocking issue?