forked from pool/python-apprise
Compare commits
16 Commits
Author | SHA256 | Date | |
---|---|---|---|
c3297b4645 | |||
f199a57181 | |||
|
36c2a85bcf | ||
799aca573c | |||
|
b5b3c53657 | ||
2358c02886 | |||
|
baeca5f8d2 | ||
8cb79269f7 | |||
|
6dba4b2137 | ||
4c24ba35de | |||
|
8b2f8f88d8 | ||
74239a59cf | |||
|
0dbba322ef | ||
87ee5f605f | |||
df9de9ffaa | |||
b659ccc6aa |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:077f09309cc8a6c9063dbd614b343807d527d546693b7fe8fc5a4433502fea6c
|
||||
size 1656123
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08a20fe72672b7e90f7969d5b879d657c2e2db385a8a8c10f54cba565bf237f2
|
||||
size 1696426
|
@@ -1,20 +0,0 @@
|
||||
diff -Naur apprise-1.6.0/test/conftest.py apprise-1.6.0-patched/test/conftest.py
|
||||
--- apprise-1.6.0/test/conftest.py 2023-12-27 11:20:40.000000000 -0500
|
||||
+++ apprise-1.6.0-patched/test/conftest.py 2023-12-27 13:43:22.583100037 -0500
|
||||
@@ -45,8 +45,8 @@
|
||||
A_MGR = AttachmentManager()
|
||||
|
||||
|
||||
-@pytest.fixture(scope="function", autouse=True)
|
||||
-def no_throttling_everywhere(session_mocker):
|
||||
+@pytest.fixture(autouse=True)
|
||||
+def no_throttling_everywhere(mocker):
|
||||
"""
|
||||
A pytest session fixture which disables throttling on all notifiers.
|
||||
It is automatically enabled.
|
||||
@@ -57,4 +57,4 @@
|
||||
A_MGR.unload_modules()
|
||||
|
||||
for plugin in N_MGR.plugins():
|
||||
- session_mocker.patch.object(plugin, "request_rate_per_sec", 0)
|
||||
+ mocker.patch.object(plugin, "request_rate_per_sec", 0)
|
@@ -1,10 +0,0 @@
|
||||
--- 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
|
Reference in New Issue
Block a user