0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python312Packages.voip-utils: run tests

This commit is contained in:
Robert Schütz 2024-12-03 16:47:17 -08:00
parent c8ecb7f233
commit b6047c81a6
2 changed files with 2 additions and 3 deletions

View file

@ -34,9 +34,6 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ]; nativeCheckInputs = [ pytestCheckHook ];
# no tests as of v0.1.0
doCheck = false;
meta = { meta = {
changelog = "https://github.com/home-assistant-libs/voip-utils/blob/${src.rev}/CHANGELOG.md"; changelog = "https://github.com/home-assistant-libs/voip-utils/blob/${src.rev}/CHANGELOG.md";
description = "Voice over IP Utilities"; description = "Voice over IP Utilities";

View file

@ -360,6 +360,8 @@ let
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-PG4L6KphH9JIZO76cCN8eClFE2CneEIExlXS+x79k3U="; hash = "sha256-PG4L6KphH9JIZO76cCN8eClFE2CneEIExlXS+x79k3U=";
}; };
# tests were not implemented until version 0.2.0
doCheck = false;
}); });
vulcan-api = super.vulcan-api.overridePythonAttrs (oldAttrs: rec { vulcan-api = super.vulcan-api.overridePythonAttrs (oldAttrs: rec {