Run tests for python-3.7 in travis#69
Run tests for python-3.7 in travis#69gonzalobf wants to merge 3 commits intopubnub:masterpubnub/python:masterfrom
Conversation
|
@gonzalobf Can you wait a couple of days as we are releasing a new version? It will have conflicts with your current code. |
|
@qsoftdevelopment yes sure, thank you. |
9b28b38 to
a6ce0d2
Compare
a6ce0d2 to
9786aea
Compare
|
@gonzalobf Can you try now with the latest Python SDK? |
|
@gonzalobf We have detected the problem. It's the issue with the outdated library. This is not a quick fix and we should have the fix in the next Python SDK release. |
|
@qsoftdevelopment I rebased my branch to v4.1.4 branch and run tests locally. Asyncio tests still failing, so I'm not totally sure if it is fixed in that version. |
…om pypi. Vcrpy pubnub version hasn't been updated in years and it doesn't support python 3.7
yield from was raising `TypeError: cannot 'yield from' a coroutine object in a non-coroutine generator` and using await with async (as pytest-asyncio suggested) fixed the problem.
|
Hi @gonzalobf , V4.1.1 is pending release. In the meantime, you can check |
I just realized that the library supports python3.7 but it is not tested with this version in travis