[Bug]: minimum python 3.11.1 needed for async unit tests to pass. #1571
Labels
bug
Something isn't working
severity:low
Minor issues or affecting single user
Stale
Inactive for 30 days
Is there an existing issue for the same bug?
Describe the bug
poetry run pytest ./tests/unit/
can skips async io tests on the latest version of pytest-asyncio due to a bug in that library.I suggest pinning pytest-asyncio = "0.21.1" according to this open issue pytest-dev/pytest-asyncio#810
Current Version
Installation and Configuration
Model and Agent
any
Reproduction Steps
poetry run pytest ./tests/unit/test_action_github.py
That message about "installing a suitable plugin" is a red herring that goes away if you use pytest-asyncio=0.21.1 instead.
Logs, Errors, Screenshots, and Additional Context
No response
The text was updated successfully, but these errors were encountered: