Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1543444 Details for
Bug 1687178
Review Request: python-apprise - Push Notifications that work with just about every platform!
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh109 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
Migrated Products
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to allow apprise to run unit-tests for 100% coverage in epel7
apprise-epel7-support.patch (text/plain), 1.65 KB, created by
Chris Caron
on 2019-03-13 00:03:30 UTC
(
hide
)
Description:
Patch to allow apprise to run unit-tests for 100% coverage in epel7
Filename:
MIME Type:
Creator:
Chris Caron
Created:
2019-03-13 00:03:30 UTC
Size:
1.65 KB
patch
obsolete
>diff -Naur apprise-0.7.4/test/test_config_http.py apprise-0.7.4-patched/test/test_config_http.py >--- apprise-0.7.4/test/test_config_http.py 2019-03-05 19:39:56.000000000 -0500 >+++ apprise-0.7.4-patched/test/test_config_http.py 2019-03-12 18:58:01.796635838 -0400 >@@ -44,8 +44,6 @@ > 0, 'requests.RequestException() not handled'), > requests.HTTPError( > 0, 'requests.HTTPError() not handled'), >- requests.ReadTimeout( >- 0, 'requests.ReadTimeout() not handled'), > requests.TooManyRedirects( > 0, 'requests.TooManyRedirects() not handled'), > ) >diff -Naur apprise-0.7.4/test/test_glib_plugin.py apprise-0.7.4-patched/test/test_glib_plugin.py >--- apprise-0.7.4/test/test_glib_plugin.py 2019-03-05 19:39:56.000000000 -0500 >+++ apprise-0.7.4-patched/test/test_glib_plugin.py 2019-03-12 18:59:32.764545807 -0400 >@@ -47,7 +47,7 @@ > > if 'dbus' not in sys.modules: > # Environment doesn't allow for dbus >- pytest.skip("Skipping dbus-python based tests", allow_module_level=True) >+ pytest.skip("Skipping dbus-python based tests") > > > @mock.patch('dbus.SessionBus') >diff -Naur apprise-0.7.4/test/test_rest_plugins.py apprise-0.7.4-patched/test/test_rest_plugins.py >--- apprise-0.7.4/test/test_rest_plugins.py 2019-03-10 14:28:40.000000000 -0400 >+++ apprise-0.7.4-patched/test/test_rest_plugins.py 2019-03-12 18:58:08.538542247 -0400 >@@ -51,8 +51,6 @@ > 0, 'requests.RequestException() not handled'), > requests.HTTPError( > 0, 'requests.HTTPError() not handled'), >- requests.ReadTimeout( >- 0, 'requests.ReadTimeout() not handled'), > requests.TooManyRedirects( > 0, 'requests.TooManyRedirects() not handled'), > )
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1687178
: 1543444 |
1543764
|
1544222