python314Packages.mpv: ignore some flaky or timing sensitive tests

This commit is contained in:
Sandro Jäckel
2026-07-06 21:44:10 +02:00
parent 7e69650f2c
commit 75c7b99953
@@ -42,6 +42,15 @@ buildPythonPackage rec {
xvfb
];
disabledTestPaths = [
# timing sensitive
"tests/test_mpv.py::CommandTests::test_sub_add"
# flaky
"tests/test_mpv.py::ObservePropertyTest::test_property_observer_decorator"
"tests/test_mpv.py::RegressionTests::test_wait_for_property_concurrency"
];
pythonImportsCheck = [ "mpv" ];
meta = {