Make tox -e flake8 pass. (#705)
This library is in maintenance mode, but no reason to leave travis broken. Two disables and a better `except` in a test and it's green again.
This commit is contained in:
committed by
Jon Wayne Parrott
parent
c055e7f7f5
commit
a3cf56b659
@@ -38,7 +38,7 @@ from tests import http_mock
|
||||
try:
|
||||
# Python2
|
||||
from future_builtins import oct
|
||||
except: # pragma: NO COVER
|
||||
except ImportError: # pragma: NO COVER
|
||||
pass
|
||||
|
||||
_filehandle, FILENAME = tempfile.mkstemp('oauth2client_test.data')
|
||||
|
||||
Reference in New Issue
Block a user