Automated issue wrap-up including: - Implementation completion verification - Test execution and validation - Cost tracking and note generation - Repository state commit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
12 lines
1012 B
Plaintext
12 lines
1012 B
Plaintext
Collecting pytest-asyncio
|
|
Downloading pytest_asyncio-1.2.0-py3-none-any.whl.metadata (4.1 kB)
|
|
Requirement already satisfied: pytest<9,>=8.2 in ./.venv/lib/python3.12/site-packages (from pytest-asyncio) (8.4.2)
|
|
Requirement already satisfied: typing-extensions>=4.12 in ./.venv/lib/python3.12/site-packages (from pytest-asyncio) (4.15.0)
|
|
Requirement already satisfied: iniconfig>=1 in ./.venv/lib/python3.12/site-packages (from pytest<9,>=8.2->pytest-asyncio) (2.1.0)
|
|
Requirement already satisfied: packaging>=20 in ./.venv/lib/python3.12/site-packages (from pytest<9,>=8.2->pytest-asyncio) (25.0)
|
|
Requirement already satisfied: pluggy<2,>=1.5 in ./.venv/lib/python3.12/site-packages (from pytest<9,>=8.2->pytest-asyncio) (1.6.0)
|
|
Requirement already satisfied: pygments>=2.7.2 in ./.venv/lib/python3.12/site-packages (from pytest<9,>=8.2->pytest-asyncio) (2.19.2)
|
|
Downloading pytest_asyncio-1.2.0-py3-none-any.whl (15 kB)
|
|
Installing collected packages: pytest-asyncio
|
|
Successfully installed pytest-asyncio-1.2.0
|