mirror of
https://github.com/caronc/apprise.git
synced 2025-01-20 21:08:38 +01:00
Python 3.5 intermittent exeception removed from test coverage
This commit is contained in:
parent
0ef4e45fab
commit
53880890e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user