gmr / rabbitpy

A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library
http://rabbitpy.readthedocs.org
BSD 3-Clause "New" or "Revised" License
242 stars 58 forks source link

Support for pamqp>=2.0.0 #118

Closed knedlsepp closed 5 years ago

knedlsepp commented 5 years ago

Now that pamqp 2.0.0 is out, but setup.py still states that it's unsupported, I was wondering if there are any known issues.

NathanUrwin commented 5 years ago

Any status on this? Trying to use pytest-rabbitmq and aio-pika together, but this package is holding me back!

gmr commented 5 years ago

I'm in the process of readying pamqp 2.2.0 and will update rabbitpy when that drops.

NathanUrwin commented 5 years ago

Hey @gmr 👋 Thanks for the quick reply!

I just wrote a quick-and-dirty rabbitmq pytest fixture that uses subprocess and docker under the hood, so no worries. I would definitely prefer to use pytest-rabbitmq though.

That sounds great. Looking forward to it! 😄

gmr commented 5 years ago

2.0.0 was released and pushed to pypi today. It's worth noting that it has a breaking behavior of changing the type of field-table values from bytes to str.