python312Packages.lmcloud: run tests

This commit is contained in:
Robert Schütz
2024-09-04 12:02:10 -07:00
parent cbe5bb299b
commit 73ff4c5afc
@@ -5,8 +5,11 @@
buildPythonPackage,
fetchFromGitHub,
httpx,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
syrupy,
websockets,
}:
@@ -33,8 +36,11 @@ buildPythonPackage rec {
websockets
];
# Module has no tests
doCheck = false;
nativeCheckInputs = [
pytest-asyncio
pytestCheckHook
syrupy
];
pythonImportsCheck = [ "lmcloud" ];