python313Packages.fastapi-mcp: use pytest-asyncio_0

This commit is contained in:
Fabian Affolter
2025-08-28 10:17:54 +02:00
parent dc881d3478
commit 3bc770c7d4
@@ -20,7 +20,7 @@
# tests
coverage,
pytest-asyncio,
pytest-asyncio_0,
pytest-cov-stub,
pytestCheckHook,
}:
@@ -59,7 +59,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
coverage
pytest-asyncio
pytest-asyncio_0
pytest-cov-stub
pytestCheckHook
];