python3Packages.caido-sdk-client: enable tests

This commit is contained in:
Sigmanificient
2026-07-19 02:59:46 +02:00
parent 6488525151
commit b320e38508
@@ -7,6 +7,8 @@
nix-update-script,
pydantic,
uv-build,
pytestCheckHook,
pytest-asyncio,
}:
buildPythonPackage (finalAttrs: {
@@ -39,8 +41,10 @@ buildPythonPackage (finalAttrs: {
pythonImportsCheck = [ "caido_sdk_client" ];
# Module has no tests
doCheck = false;
nativeCheckInputs = [
pytestCheckHook
pytest-asyncio
];
passthru.updateScript = nix-update-script { };