forked from pool/python-apprise
Matej Cepl
b659ccc6aa
This package is required for the current version of Borgmatic, which I updated. I would like to maintain in the python devel project as well as in Factory. OBS-URL: https://build.opensuse.org/request/show/1146545 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-apprise?expand=0&rev=1
11 lines
190 B
Diff
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
|