Summary
The asynctest package is unmaintained since 2020 and incompatible with Python 3.12+.
Details
- Last release: 2020
- Issue: Incompatible with Python 3.12+
- Current usage: Search with
grep -r "asynctest" tests/
Proposed Solution
Migrate to one of:
unittest.IsolatedAsyncioTestCase (stdlib, available since Python 3.8)
pytest-asyncio
Priority
Medium