mosquito / aiormq

Pure python AMQP 0.9.1 asynchronous client library
Other
268 stars 58 forks source link

tools.py error: RuntimeWarning: coroutine '_test' was never awaited #24

Closed gtmartem closed 5 years ago

gtmartem commented 5 years ago

Hello! I think, there's a little mistake, but I dont sure. Thank you for your attention!

file tools.py, 28 line: HAS_AWAIT_METHOD = hasattr(_test(), '__await__') Problem is in this merge

/usr/local/lib/python3.6/site-packages/aiormq/tools.py:28: RuntimeWarning: coroutine '_test' was never awaited
    HAS_AWAIT_METHOD = hasattr(_test(), '__await__')
mosquito commented 5 years ago

Fixed in aiormq==2.3.3