Unverified Commit 39055f53 authored by seth's avatar seth
Browse files

python312Packages.apprise: add version test

parent 758def96
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
{
  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";