Python 3.5 intermittent exeception removed from test coverage

This commit is contained in:
Chris Caron 2020-08-10 21:27:47 -04:00
parent 0ef4e45fab
commit 53880890e3

View File

@ -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