Source: python-mpv Version: 1.0.7-2 Severity: serious X-Debbugs-Cc: sramac...@debian.org
Dear maintainer, python-mpv fails its autopkgtest with mpv 0.40.0. Please make sure that python-mpv is compatible with mpv 0.40.0. https://ci.debian.net/packages/p/python-mpv/testing/amd64/59375971/ 80s test_register_simple_decorator_fun_chaining (tests.test_mpv.KeyBindingTest.test_register_simple_decorator_fun_chaining) ... /usr/lib/python3/dist-packages/mpv.py:911: RuntimeWarning: Unhandled exception on python-mpv event loop: MPV._handle_key_binding_message() takes from 3 to 5 positional arguments but 7 were given 80s Traceback (most recent call last): 80s File "/usr/lib/python3/dist-packages/mpv.py", line 902, in _enqueue_exceptions 80s yield 80s File "/usr/lib/python3/dist-packages/mpv.py", line 944, in _loop 80s self._message_handlers[target](*args) 80s ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^ 80s TypeError: MPV._handle_key_binding_message() takes from 3 to 5 positional arguments but 7 were given 80s 80s warn(f'Unhandled exception on python-mpv event loop: {e}\n{traceback.format_exc()}', RuntimeWarning) 80s FAIL Cheers -- Sebastian Ramacher