mirror of
https://github.com/caronc/apprise.git
synced 2025-02-01 10:59:30 +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:
|
try:
|
||||||
self.logout()
|
self.logout()
|
||||||
|
|
||||||
except LookupError:
|
except LookupError: # pragma: no cover
|
||||||
# Python v3.5 call to requests can sometimes throw the exception
|
# Python v3.5 call to requests can sometimes throw the exception
|
||||||
# "/usr/lib64/python3.7/socket.py", line 748, in getaddrinfo
|
# "/usr/lib64/python3.7/socket.py", line 748, in getaddrinfo
|
||||||
# LookupError: unknown encoding: idna
|
# LookupError: unknown encoding: idna
|
||||||
|
Loading…
Reference in New Issue
Block a user