python312Packages.voip-utils: run tests

This commit is contained in:
Robert Schütz
2024-12-03 16:50:26 -08:00
parent c8ecb7f233
commit b6047c81a6
2 changed files with 2 additions and 3 deletions
@@ -34,9 +34,6 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
# no tests as of v0.1.0
doCheck = false;
meta = {
changelog = "https://github.com/home-assistant-libs/voip-utils/blob/${src.rev}/CHANGELOG.md";
description = "Voice over IP Utilities";
+2
View File
@@ -360,6 +360,8 @@ let
rev = "refs/tags/v${version}";
hash = "sha256-PG4L6KphH9JIZO76cCN8eClFE2CneEIExlXS+x79k3U=";
};
# tests were not implemented until version 0.2.0
doCheck = false;
});
vulcan-api = super.vulcan-api.overridePythonAttrs (oldAttrs: rec {