smpplib is an optional requirement

pull/1354/head
Chris Caron 2025-06-29 21:28:56 -04:00
parent 357621c2c8
commit 29d58d7093
2 changed files with 0 additions and 5 deletions

View File

@ -7,4 +7,3 @@ requests-oauthlib
click >= 5.0
markdown
PyYAML
smpplib

View File

@ -99,10 +99,6 @@ def test_plugin_smpplib_import_error(mock_client):
NotifySMPP() smpplib loading failure
"""
mock_client.connect.return_value = True
mock_client.bind_transmitter.return_value = True
mock_client.send_message.return_value = True
# Attempt to instantiate our object
obj = Apprise.instantiate(
'smpp://user:pass@host/{}/{}'.format('1' * 10, '1' * 10))