opentok / Opentok-Python-SDK

OpenTok Python SDK
https://tokbox.com/developer/sdks/python/
MIT License
73 stars 83 forks source link

Failing tests: dev dep "sure" dropped support for Python 2.6, 3.2 #85

Closed davemun closed 8 years ago

davemun commented 8 years ago

2.6: Some tests use the expect function from the sure module. Sure no longer supports Python 2.6 (sometime since our last build and now) and currently tests fail trying to run tox in Python 2.6.

ERROR: Failure: ImportError (cannot import name OrderedDict) File "Opentok-Python-SDK/tests/test_archive_api.py", line 4, File "Opentok-Python-SDK/tests/test_archive.py", line 4, File "Opentok-Python-SDK/tests/test_session_creation.py", line 5

OrderedDict is from Python 2.7.

3.2: $ pip install -r test_requirements.txt fails with: sure does explicitly not support the following python versions due to big incompatibilities: ((3, 0), (3, 1), (3, 2))

aoberoi commented 8 years ago

perhaps we can consider migrating to this? https://github.com/vesln/robber.py

aoberoi commented 8 years ago

https://travis-ci.org/jaimegildesagredo/expects