python312Packages.apprise: add version test
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user