You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#489 fixes the issues but the twisted websocket tests fail to a greater or lesser degree, and it isn't clear why - I suspect something has changed in the twisted or pytest or both, or the way that pytest tests twisted deferreds more generally. But I'm slightly guessing.
Python 2.7 is going out of support, so we need to move to Python 3.
Issues currently:
ebu_tt_live/utils.py", line 117
usesasync
as a function parameter label, but in python 3 it is a reserved keyword. Change the label.ebu_tt_live/utils.py", line 4
usesQueue
but it should bequeue
- python 3 is case sensitive.ebu_tt_live/bindings
but the_ttm
module cannot be imported.The text was updated successfully, but these errors were encountered: