Merge pull request #195260 from fabaff/apprise-bump

python310Packages.apprise: 1.0.0 -> 1.1.0
This commit is contained in:
Fabian Affolter 2022-11-08 17:30:46 +01:00 committed by GitHub
commit 08fcb5f4be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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