Open Lewiscowles1986 opened 4 years ago
print
call -> print()
callgspread
and oauth2client
iteritems()
should just be items()
nose2
and built-in unittest
at least for-nowssl
and cluster
self.assertIn()
(for more helpful error messages)Likely to be a long ride if I do get this handled, but hopefully documenting will help other interested parties.
@miguelgrinberg I hope you do not mind me tagging you on this
I have a branch that deploys and passes all tests using Python3 and newer dependencies. It removes the gdata
, replacing with gspread
and oauth2client
, and I have tested sharing with a google user email address using that.
I may revert changes relating to Twilio client. I'm not fully sure why the Python API has so many major revisions having manually read some of the changes.
I've not taken the time to use blueprints, g instead of globals or any nicer touches or extensions of tests.
As the travis yaml definition states Python3 support is not there yet, lets ticket it.
This could be tiny, but it could be larger. I don't know yet