Commit 990ab561 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.apprise: 1.0.0 -> 1.1.0

parent 76b655e4
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -14,7 +14,6 @@
, pyyaml
, requests
, requests-oauthlib
, six
, slixmpp
}:

@@ -42,7 +41,6 @@ buildPythonPackage rec {
    pyyaml
    requests
    requests-oauthlib
    six
  ];

  checkInputs = [
@@ -58,6 +56,11 @@ buildPythonPackage rec {
    "test_plugin_mqtt_general"
  ];

  disabledTestPaths = [
    # AttributeError: module 'apprise.plugins' has no attribute 'NotifyBulkSMS'
    "test/test_plugin_bulksms.py"
  ];

  postInstall = ''
    installManPage packaging/man/apprise.1
  '';