Can't run tests on python 3.11
Aperta
- Lingua principale
- Python
- Stelle
- 431
- Fork
- 57
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
```
______________________ ERROR collecting tests/rpc_test.py ______________________
tests/rpc_test.py:22: in
class MyHandler(aiozmq.rpc.AttrHandler):
tests/rpc_test.py:55: in MyHandler
@asyncio.coroutine
E AttributeError: module 'asyncio' has no attribute 'coroutine'
```
`asyncio.coroutine` was removed in Python 3.11 but is still used in `tests/rpc_test.py`
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.