python314Packages.mpv: ignore some flaky or timing sensitive tests
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user