python310Packages.apprise: 1.0.0 -> 1.1.0
This commit is contained in:
parent
76b655e438
commit
990ab56147
@ -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
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user