omnilib / aioitertools

itertools and builtins for AsyncIO and mixed iterables
https://aioitertools.omnilib.dev
MIT License
243 stars 24 forks source link

Tests fail with Python 3.11 #130

Closed yan12125 closed 2 years ago

yan12125 commented 2 years ago

Description

There are three failed tests on Python 3.11. Here is the full log: test-failures.txt. One of them is caused by the removal of asyncio.coroutine, and the others appears related to a changed behavior in asyncio.wait(), which no longer accepts coroutines.

Details