From 53880890e3b9356e1f00abb5e63ae4c588d667fa Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 10 Aug 2020 21:27:47 -0400 Subject: [PATCH] Python 3.5 intermittent exeception removed from test coverage --- apprise/plugins/NotifyEmby.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprise/plugins/NotifyEmby.py b/apprise/plugins/NotifyEmby.py index bea4d2b5..bf9066cc 100644 --- a/apprise/plugins/NotifyEmby.py +++ b/apprise/plugins/NotifyEmby.py @@ -682,7 +682,7 @@ class NotifyEmby(NotifyBase): try: self.logout() - except LookupError: + except LookupError: # pragma: no cover # Python v3.5 call to requests can sometimes throw the exception # "/usr/lib64/python3.7/socket.py", line 748, in getaddrinfo # LookupError: unknown encoding: idna