betodealmeida / gsheets-db-api

A Python DB-API and SQLAlchemy dialect to Google Spreasheets
MIT License
213 stars 16 forks source link

fixed flask8 E501 line too long error #9

Closed tim-werner closed 4 years ago

tim-werner commented 4 years ago

Fixes issues with flask8 which prevents travis to run successfully.

tim-werner commented 4 years ago

The mock in test_GSheetsCompile fails with requests_mock.exceptions.NoMockAddress: No mock address: GET http://docs.google.com/gviz/tq?gid=0&tq=SELECT%20%2A. I do not understand why the mock is not working. However, the library seems to be fully functional with python3.x. There are problems with python2.7 but support for python2.7 can probably be dropped.

betodealmeida commented 4 years ago

Awesome! Thanks, @tim-werner!