python310Packages.apprise: 1.0.0 -> 1.1.0

This commit is contained in:
Fabian Affolter 2022-11-08 16:34:50 +01:00
parent 76b655e438
commit 990ab56147

View File

@ -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
'';