aiidateam / kiwipy

A python messaging library for RPC, task queues and broadcasts
https://kiwipy.readthedocs.io
Other
15 stars 4 forks source link

CI tests fail with aio-pika 6.8.2 (and above) #111

Closed ltalirz closed 1 year ago

ltalirz commented 1 year ago

As can be seen from the PR https://github.com/aiidateam/kiwipy/pull/110 , the CI tests fail with later versions of aio-pika (e.g. version 8) due to API changes.

Furthermore, the Jupyter notebook test from the test suite seems to reproducibly fail with aio-pika version 6.8.2 but pass with aio-pika 6.8.1 (see commits in PR).

Until this is fixed, we may need to lock down the aio-pika version to ~6.6,<6.8.2