python312Packages.apprise: add version test

This commit is contained in:
seth
2024-07-28 18:12:27 -04:00
parent 758def9645
commit 39055f534e
@@ -1,5 +1,6 @@
{
lib,
apprise,
babel,
buildPythonPackage,
click,
@@ -17,6 +18,7 @@
requests,
requests-oauthlib,
setuptools,
testers,
}:
buildPythonPackage rec {
@@ -81,6 +83,13 @@ buildPythonPackage rec {
pythonImportsCheck = [ "apprise" ];
passthru = {
tests.version = testers.testVersion {
package = apprise;
version = "v${version}";
};
};
meta = {
description = "Push Notifications that work with just about every platform";
homepage = "https://github.com/caronc/apprise";