Files
python-apprise/fix-test_plugin_glib.patch
Matej Cepl c933e6ccbb - Update to version 1.9.3
* BlueSky Support Added
  * Added Resend Support
  * Fix flaky test in translation tests
  * Set default port for Mattermost notifications
  * Office 365 posts include subject and body now
  * Telegram messages leverage caption field when attachments
  * Extend options for plugin Seven
  * Ntfy.sh Internationalized URL support added for click=
  * Improved SMS transmission documentation
  * apprise.urls() bulletproofing/bugfix
  * Add option label for plugin seven
  * Minor and insignifigant changes (typos and alike)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=20
2025-05-19 07:53:33 +00:00

11 lines
190 B
Diff

--- a/test/test_plugin_glib.py
+++ b/test/test_plugin_glib.py
@@ -31,6 +31,7 @@
import re
import sys
import types
+import dbus
from unittest.mock import Mock, call, ANY
import pytest