Open jgarte opened 1 year ago
Hi there,
I just tried, and can't reproduce this issue. All tests run without hanging for me. How are you running these tests, and which libmpv version are you using? You can check which version you're running with:
python -c 'import mpv; print("API version:", mpv.MPV_VERSION, "MPV version:", mpv.MPV().mpv_version)'
Hi,
The following test hangs for me:
tests/test_mpv.py::TestLifecycle::test_wait_for_event_shutdown
Any suggestions for changes I can make?