micro-fan / aiozk

Asyncio client for zookeeper
MIT License
49 stars 20 forks source link

Broken tests #84

Closed sy-be closed 5 months ago

sy-be commented 6 months ago

Looks like tests are broken: https://github.com/micro-fan/aiozk/actions/runs/8733821498/job/23963248960

They are failing with Python 3.10, looks like the issue was there before https://github.com/micro-fan/aiozk/pull/83 was merged.

I can take a closer look later today and see if it's an easy fix. It has something to do with calling an attribute on an async generator object.

sy-be commented 5 months ago

This is solved now