aiidateam / kiwipy

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

🐛 FIX: aio-pika deprecation #98

Closed chrisjsewell closed 3 years ago

chrisjsewell commented 3 years ago

See https://github.com/mosquito/aio-pika/blob/5af608d05b05d65632652f0632d00af4729b265b/aio_pika/message.py#L714

merge after #97

codecov[bot] commented 3 years ago

Codecov Report

Merging #98 (ce8632f) into develop (63a21b2) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop      #98   +/-   ##
========================================
  Coverage    90.21%   90.21%           
========================================
  Files           16       16           
  Lines         1123     1123           
========================================
  Hits          1013     1013           
  Misses         110      110           
Impacted Files Coverage Δ
kiwipy/rmq/communicator.py 90.63% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 63a21b2...ce8632f. Read the comment docs.