python3Packages.llm-echo: test with pytest-asyncio

This commit is contained in:
Martin Weinelt
2025-08-09 19:05:22 +02:00
parent e753999a05
commit 7802574fad
@@ -5,6 +5,7 @@
setuptools,
llm,
llm-echo,
pytest-asyncio,
pytestCheckHook,
writableTmpDirAsHomeHook,
}:
@@ -26,6 +27,7 @@ buildPythonPackage rec {
dependencies = [ llm ];
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
writableTmpDirAsHomeHook
];