python312Packages.voip-utils: run tests
This commit is contained in:
@@ -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";
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user